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:
Stefan Eissing 2026-06-15 13:48:24 +02:00 committed by Daniel Stenberg
parent 8932063828
commit f497b25672
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 718 additions and 662 deletions

View file

@ -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"