commit | cc5060217e5b88152e22ee26b1c1fe083f357107 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 07 10:52:25 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 07 22:16:41 2019 +0200 |
tree | eb65938d1819b6360ad95a30206d1fd42c75f8f6 | |
parent | 39593e6ae3442babab462c0b94abf6cc8c755146 [diff] |
BUG/MINOR: htx: Never transfer more than expected in htx_xfer_blks() When the maximum free space available for data in the HTX message is compared to the number of bytes to transfer, we must take into account the amount of data already transferred. Otherwise we may move more data than expected. This patch must be backported to 1.9.