curl/lib/vquic
Stefan Eissing 31cb54e1fa
cfilters: remove close method
closing a filter chain and reconnecting it again is a complication
that only the HTTP/1.x proxy filter used. Remove it from all filters.

Instead, a filter can return CURLE_AGAIN during the connect phase
and the cf-setup filter will tear down all "sub filters" and restart
over.

With this, a filter never resets to the initial phase but progresses
through connect -> connected -> shutdown -> destroy once.

Closes #21831
2026-06-02 08:27:00 +02:00
..
curl_ngtcp2.c cfilters: remove close method 2026-06-02 08:27:00 +02:00
curl_ngtcp2.h HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC) 2026-05-27 08:49:53 +02:00
curl_quiche.c cfilters: remove close method 2026-06-02 08:27:00 +02:00
curl_quiche.h cf-dns: connection filter for DNS queries 2026-03-30 13:28:38 +02:00
vquic-tls.c HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC) 2026-05-27 08:49:53 +02:00
vquic-tls.h badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
vquic.c h3-proxy: fixes around H3 proxy 2026-05-28 14:41:27 +02:00
vquic.h h3-proxy: fixes around H3 proxy 2026-05-28 14:41:27 +02:00
vquic_int.h clang-tidy: add more missing parentheses in macro values 2026-02-25 15:43:23 +01:00