]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: httpclient/lua: stuck when closing without data
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 15 Mar 2022 09:52:07 +0000 (10:52 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 15 Mar 2022 10:42:38 +0000 (11:42 +0100)
commit8f170c7fcacbf8576197b6356b73290fd2e3b082
treebbd54b1a49e9a4ddad20d64190b1999e76761472
parente9a974a37a58eb3a23316bd03e0b95e00d951cb8
BUG/MINOR: httpclient/lua: stuck when closing without data

The httpclient lua code is lacking the end callback, which means it
won't be able to wake up the lua code after a longjmp if the connection
was closed without any data.

Must be backported to 2.5.
src/hlua.c