]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: always omit :scheme and :path for the CONNECT method
authorWilly Tarreau <w@1wt.eu>
Fri, 1 Feb 2019 14:51:59 +0000 (15:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Feb 2019 15:47:46 +0000 (16:47 +0100)
commit5be92ff23f7494902091b1bf76d7787ec3fbf706
tree3baec5e071c038bf33007423a2a30aa6047a676b
parent1da41ecf5bcf7cfd19baaa521cea23af6b4c8adb
BUG/MEDIUM: mux-h2: always omit :scheme and :path for the CONNECT method

This is mandated by RFC7540 #8.3, these pseudo-headers must not be emitted
with the CONNECT method.

This must be backported to 1.9.
src/mux_h2.c