Change #264071
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 09 Apr 2026 14:10:28 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | ef49d42a2c219679aa6844dffd899169ffbdafa1 |
Comments
cfilters: CF_TYPE_SETUP connection filter Connection filters can now carry the flag CF_TYPE_SETUP, indicating that they are only needed during connection setup, e.g. connect. Once the connection is fully established, those filter are removed again. This frees resources and also makes the filter (call) chains shorter. Closes #21269
Changed files
- lib/cf-dns.c
- lib/cf-haproxy.c
- lib/cf-https-connect.c
- lib/cf-ip-happy.c
- lib/cfilters.c
- lib/cfilters.h
- lib/http_proxy.c