]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stream: Forward the right amount of data before infinite forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Dec 2018 20:57:24 +0000 (21:57 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 19 Dec 2018 12:45:53 +0000 (13:45 +0100)
commit2dba1a50c366e3820b38a50b4a54c3845dc9530d
tree0925bbcd11ae7b2b8117021c02754bf6fb1da1d4
parentbeefaee4f53ccbe7610e81cf81c97042d7272a4d
BUG/MEDIUM: stream: Forward the right amount of data before infinite forwarding

Before setting the infinite forward, we first forward all remaining input data
from the channel. Of course for HTX streams, this must be done using the amount
of data in the HTX message not in the channel (which appears as full because of
the HTX).
src/stream.c