tls: use shared init code for TCP+QUIC

Closes #13172
This commit is contained in:
Stefan Eissing 2024-03-22 13:07:25 +01:00 committed by Daniel Stenberg
parent 49573bc187
commit 3210101088
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
27 changed files with 732 additions and 776 deletions

View file

@ -293,7 +293,7 @@ static void http_proxy_cf_close(struct Curl_cfilter *cf,
struct Curl_cftype Curl_cft_http_proxy = {
"HTTP-PROXY",
CF_TYPE_IP_CONNECT,
CF_TYPE_IP_CONNECT|CF_TYPE_PROXY,
0,
http_proxy_cf_destroy,
http_proxy_cf_connect,