]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: don't lose the first response header in HTX mode
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 11:11:16 +0000 (12:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 11:31:20 +0000 (12:31 +0100)
commitfab9bb08fc8abd27fc3bdcc3f3458121567c194d
tree6708e98aa84ce601a3d9e45159668685bf0e670a
parentbf7a9597e2e27f999562043eca6b95763d166130
BUG/MEDIUM: mux-h2: don't lose the first response header in HTX mode

When converting response headers from HTX to H2, we accidently skipped
the first header block.
src/mux_h2.c