commit | 41a454da0a47e0d37e37f2d9a13712b7736e9cc5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 28 12:02:03 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 28 14:36:05 2023 +0200 |
tree | 77c229dd139f335488ca3afafbce778577c6e062 | |
parent | 4c7588dd22b4cae9e830089ecb3e1fd02c2f1f6b [diff] |
BUG/MINOR: stats: Don't replace sc_shutr() by SE_FL_EOS flag yet In commit c2c043ed4 ("BUG/MEDIUM: stats: Consume the request except when parsing the POST payload"), a change about applet was pushed too early. The applet must still call cf_shutr() when the response is fully sent. It is planned to rely on SE_FL_EOS flag, just like connections. But it is not possible for now. However, at first glance, this bug has no visible effect. It is 2.8-specific. No backport needed.