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

@ -189,7 +189,7 @@ static void cf_haproxy_adjust_pollset(struct Curl_cfilter *cf,
struct Curl_cftype Curl_cft_haproxy = {
"HAPROXY",
0,
CF_TYPE_PROXY,
0,
cf_haproxy_destroy,
cf_haproxy_connect,