]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Don't try to chunk data when using HTX.
authorOlivier Houchard <cognet@ci0.org>
Fri, 7 Dec 2018 23:18:31 +0000 (00:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Dec 2018 07:22:04 +0000 (08:22 +0100)
commit50d660c54599db6ef05b267ac1e062d3718b035f
tree5194f311426740032232e9d8571787316c9bec95
parent1298948aa05419a49db5345a7c39c40f0eb10e76
BUG/MEDIUM: h2: Don't try to chunk data when using HTX.

When we're using HTX, we don't have to generate chunk header/trailers, and
that ultimately leads to a crash when we try to access a buffer that
contains just chunk trailers.

This should not be backported.
src/mux_h2.c