commit | 50d660c54599db6ef05b267ac1e062d3718b035f | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sat Dec 08 00:18:31 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 08 08:22:04 2018 +0100 |
tree | 5194f311426740032232e9d8571787316c9bec95 | |
parent | 1298948aa05419a49db5345a7c39c40f0eb10e76 [diff] |
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.