]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h3: reject frontend CONNECT as currently not implemented
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 16 Feb 2026 15:33:41 +0000 (16:33 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Feb 2026 17:18:44 +0000 (18:18 +0100)
commit4c275c7d17605a1c1a0bc16e251a4a27cc102308
tree56a21572503ff81121c1b6f6078c6dab468adfa8
parentf3003d1508985b0863d594d82c953b13c87a3280
BUG/MEDIUM: h3: reject frontend CONNECT as currently not implemented

HTTP/3 CONNECT transcoding is not properly implemented on the frontend
side. Neither tunnel mode of application nor extended connect are
currently functional.

Clarify this situation by rejecting any CONNETC attempts on the frontend
side. The stream is thus now closed via a RESET_STREAM with error code
REQUEST_REJECTED.

This should be backported to every stable versions.
src/h3.c