commit | 9837bd86dc8ca0de785e9c909f8c551a283e6bd1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 07:41:30 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 07:43:26 2023 +0200 |
tree | 9ccea7c5ee30260a0b0f3345d84f508503cbb53c | |
parent | 1901c1bf5a55eb3e1ba9a85a8463e0474d63d927 [diff] |
BUG/MEDIUM: stats: Eat output data when waiting for appctx shutdown When the stats 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.