Change #271154
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Mon 15 Jun 2026 15:55:58 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | f497b25672227df564e523097845f7169724520e |
Comments
cf-setup: own source file Move the setup filter into its own source file. Move the main connect driving function, `Curl_conn_connect()`, from cfilters.c to connect.c. Closes #22022
Changed files
- lib/Makefile.inc
- lib/cf-https-connect.c
- lib/cf-setup.c
- lib/cf-setup.h
- lib/cfilters.c
- lib/cfilters.h
- lib/connect.c
- lib/connect.h
- lib/curl_trc.c