commit | 10a37360c8c5dfc4a65aba81f67ae63fe5fa2161 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Mar 02 16:18:26 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Mar 02 16:32:47 2022 +0100 |
tree | 62d89cb11a940c06f1b69b23e38d525532cfec31 | |
parent | 06e66c84fcff0e4ab31a0b0f35f7a3ac63b9c29c [diff] |
BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST When POSTing a request with a payload, and reusing the same httpclient lua instance, one could encounter a spinning of the httpclient appctx. Indeed the sent counter is not reset between 2 POSTs and the condition for sending the EOM flag is never met. Must fixed issue #1593. To be backported in 2.5.