commit | 1901c1bf5a55eb3e1ba9a85a8463e0474d63d927 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 07:38:34 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 07:43:26 2023 +0200 |
tree | b7d2027a4b267d275718342df83b318504f7b3b9 | |
parent | 1fb97e47f01ec88e7c9925fc7c94dd2d8bb8a364 [diff] |
BUG/MEDIUM: http-client: Eat output data when waiting for appctx shutdown When the http-client applet is executed while a shut is pending, the remaining output data must always be consumed. Otherwise, this can prevent the stream to exit, leading to a spinning loop on the applet. It is 2.8-specific. No backport needed.