]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: httpclient/lua: error when the httpclient_start() fails
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 09:46:13 +0000 (11:46 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 14:15:23 +0000 (16:15 +0200)
commitc2d3db44ad4e8016646c4b83eb8ad837956644c8
treea73f12f21e53271ecf26f588e5a350871352a6fe
parent4006b0f13050a04e863a64672a48fe28b1b5e6a1
BUG/MINOR: httpclient/lua: error when the httpclient_start() fails

Jump to an luaL_error() when the httpclient fails, it could be the
result of an allocation failure, or even a wrong URL.

Must be backported in 2.5.
src/hlua.c