commit | 4e963016c582bcf3253ed0a828d551b5c6346954 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 03 11:39:30 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 03 14:01:26 2019 +0200 |
tree | bd93bddeff78e52a454b7c213cbf88e33394bb71 | |
parent | a135a4f48a13f816d7420f50444478f1322210d5 [diff] |
BUG/MINOR: hlua/htx: Respect the reserve when HTX data are sent The previous commit 7e145b3e2 ("BUG/MINOR: hlua: Don't use channel_htx_recv_max()") is buggy. The buffer's reserve must be respected. This patch must be backported to 2.0 and 1.9. (cherry picked from commit 9060fc02b50db59ea97abedc2fce81cbf4eebcfe) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>