mirror of
https://github.com/curl/curl.git
synced 2026-06-18 10:05:38 +03:00
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
This commit is contained in:
parent
8932063828
commit
f497b25672
9 changed files with 718 additions and 662 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include "curl_trc.h"
|
||||
#include "cfilters.h"
|
||||
#include "cf-dns.h"
|
||||
#include "cf-setup.h"
|
||||
#include "connect.h"
|
||||
#include "hostip.h"
|
||||
#include "httpsrr.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue