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

@ -1068,7 +1068,7 @@ static void cf_h1_proxy_close(struct Curl_cfilter *cf,
struct Curl_cftype Curl_cft_h1_proxy = {
"H1-PROXY",
CF_TYPE_IP_CONNECT,
CF_TYPE_IP_CONNECT|CF_TYPE_PROXY,
0,
cf_h1_proxy_destroy,
cf_h1_proxy_connect,