]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: httpclient: must manipulate head, not first
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 10 Mar 2022 16:23:40 +0000 (17:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 14 Mar 2022 14:10:12 +0000 (15:10 +0100)
commit97f69c6fb54c6a345b6b818673fd2826ac509d62
tree8b58ecd0f7d0cad9d3f60a47c9a62a3ef718affb
parentc020b2505d4d5a94d1b465a4e6e73c1f5ef86170
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.
src/http_client.c