commit | 2dba1a50c366e3820b38a50b4a54c3845dc9530d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 18 21:57:24 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 19 13:45:53 2018 +0100 |
tree | 0925bbcd11ae7b2b8117021c02754bf6fb1da1d4 | |
parent | beefaee4f53ccbe7610e81cf81c97042d7272a4d [diff] |
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).