]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: H2: Make sure htx is set even on empty frames.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 19 Dec 2018 14:53:53 +0000 (15:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 16:00:14 +0000 (17:00 +0100)
commit2f30883793ff4e4a6ba84949bf0bd61171f4979b
tree58a82b7231562bac829201b9853a7e095e375ebd
parentd2e88c715d4880ef87f1f7dc4f851656937c6d75
BUG/MEDIUM: H2: Make sure htx is set even on empty frames.

When transfering data, make sure htx is set even on empty frames, or we
will never add a HTX_BLK_EOM block.
src/mux_h2.c