]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: skip the response trailers if any
authorWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 16:15:59 +0000 (17:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:19 +0000 (18:16 +0100)
commit9d89ac8f42140e573b6d8afeb1c5722d7b2ae147
tree858a0cdbf4d08f5e0e5aa77d4d4d353cc239b55d
parentc652dbde9dfb42a31281a2e9153401763c16c116
MEDIUM: h2: skip the response trailers if any

For now we don't build a HEADERS frame with them, but at least we remove
them from the response so that the L7 chunk parser inside isn't blocked
on these (often two) remaining bytes that don't want to leave the buffer.
It also ensures that trailers delivered progressively will correctly be
skipped.
src/mux_h2.c