BUG/MINOR: httpclient/lua: does not process headers when failed
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 5 Oct 2021 14:19:31 +0000 (16:19 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 6 Oct 2021 13:15:03 +0000 (15:15 +0200)
commitef574b2101458d3af6b4c1453a7b5edadf001b66
treee72c4cbd0cd80c594aed7d74921571eace9db2ce
parent2a879001b5ce4b3cf3998c49a2886651e69fcf45
BUG/MINOR: httpclient/lua: does not process headers when failed

Do not try to process the header list when it is NULL. This case can
arrive when the request failed and did not return a response.
src/hlua.c