]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: htx: When performing zero-copy, start from the right offset.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 14 Dec 2018 15:28:08 +0000 (16:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2018 16:02:11 +0000 (17:02 +0100)
commit84cca66ea37d8402b7139ce8be8e31a686523ce9
tree1e4ef73f7e793d04fa98a8a9032ddf78198fff25
parent2a454d8c7cd62bc9d157fe79e73549a4a106a415
BUG/MEDIUM: htx: When performing zero-copy, start from the right offset.

When using zerocopy, start from the beginning of the data, not from the
beginning of the buffer, it may have contained headers, and so the data
won't start at the beginning of the buffer.
src/mux_h1.c
src/mux_h2.c