commit | 1eca8943218eb79bffb3b7dce194b154314795ba | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Mar 17 14:57:23 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Mar 18 11:34:10 2022 +0100 |
tree | bbbbaa35b9010ce534d8af4fc19fed8a66313831 | |
parent | a625b03e834704c5683e6a3abd09f9163ac8adc6 [diff] |
BUG/MINOR: httpclient: process the response when received before the end of the request A server could reply a response with a shut before the end of the htx transfer, in this case the httpclient would leave before computing the received response. This patch fixes the issue by calling the "process_data" label instead of the "more" label which don't do the si_shut. Must be bacported in 2.5.