]> git.ipfire.org Git - thirdparty/curl.git/commit
cfilters: kill connection filter events attach+detach
authorStefan Eissing <stefan@eissing.org>
Tue, 21 Jan 2025 13:47:29 +0000 (14:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jan 2025 07:28:38 +0000 (08:28 +0100)
commitcd9107e0128191b7b5396b9eb81bbd20c2d36755
treeb601420bf0df86d34ecec877a59d1ce7f2f8b6f6
parentf5f8f2c89232a35327fbdd6ca5c8e33d9b94ce48
cfilters: kill connection filter events attach+detach

Make transfer attach/detach to/from connections chepaer.

- the "attach" event was no longer implemented by any filter
- the "detach" did the same as the "done" event for the filters
  who still implemented it. It should be superfluous as the "done"
  must always happen.

Closes #16067
lib/cfilters.c
lib/cfilters.h
lib/http2.c
lib/multi.c
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_osslq.c
lib/vquic/curl_quiche.c