]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Allow partial data consumption during outgoing data processing
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Dec 2018 10:39:49 +0000 (11:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 12:26:16 +0000 (13:26 +0100)
commitb2e841681a920fa6b6b6f51c4b8ffd6c66b2e719
tree1616a439972f0a4a33eefa22af1491ad4ec3337a
parentaa75b3d2d54dee48b0ad70f5f810dcc281003355
MINOR: mux-h1: Allow partial data consumption during outgoing data processing

In h1_process_output(), instead of waiting to have enough data to send to
consume a full block of data, we are now able consume partially these blocks.
src/mux_h1.c