]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: htx: Fix block size calculation when a start-line is added/replaced
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 26 Nov 2018 14:02:30 +0000 (15:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:20:36 +0000 (17:20 +0100)
commit53ad16a0ef0fd0ea3dc6ab6ba1e7bdeb198beb86
treee4266310fd1eff184783b73eaedb92ada56aa893
parented26fb8ac82708f6fb1c2ea7ee1c084d5f7cc647
BUG/MINOR: htx: Fix block size calculation when a start-line is added/replaced

What we store in the buffer is a union htx_sl, not an h1_sl, so the
computed size was not correct.
src/htx.c