commit | 97f69c6fb54c6a345b6b818673fd2826ac509d62 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Mar 10 17:23:40 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Mar 14 15:10:12 2022 +0100 |
tree | 8b58ecd0f7d0cad9d3f60a47c9a62a3ef718affb | |
parent | c020b2505d4d5a94d1b465a4e6e73c1f5ef86170 [diff] |
BUG/MEDIUM: httpclient: must manipulate head, not first The httpclient mistakenly use the htx_get_first{_blk}() functions instead of the htx_get_head{_blk}() functions. Which could stop the httpclient because it will be without the start line, waiting for data that won't never come. Must be backported in 2.5.