]> git.ipfire.org Git - thirdparty/curl.git/commit
http: restore h3 to working condition after connection filter introduction
authorStefan Eissing <stefan@eissing.org>
Fri, 18 Nov 2022 10:40:16 +0000 (11:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Nov 2022 23:00:27 +0000 (00:00 +0100)
commitff8fc809c5ecbc5710505debc51a0801feb5dd26
tree5364a276d9cfe7923d98c89ae44895987d238a6b
parentc7cd781a63c91b8e8496ae8581bf2db40934f863
http: restore h3 to working condition after connection filter introduction

Follow-up to dafdb20a26d0c

HTTP/3 needs a special filter chain, since it does the TLS handling
itself. This PR adds special setup handling in the HTTP protocol handler
that takes are of it.

When a handler, in its setup method, installs filters, the default
behaviour for managing the filter chain is overridden.

Reported-by: Karthikdasari0423 on github
Fixes #9931
Closes #9945
lib/http.c