commit | be69cbdafe5a2a7939efe092b3c239eaf776c898 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 07 10:19:46 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 07 11:04:07 2022 +0200 |
tree | 2e6522f73e14da751a6edcae93f687c285f0d053 | |
parent | f89af9c20597d8a0bf741559e1650fe3af5f2f25 [diff] |
BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message It is the same bug than "BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message". We must be sure to set the EOM flag on a non empyt message to be sure the mux on the client will properly handle shutdowns. Otherwise, it may miss the end of the message and considers any shutdown as an abort. This patch must be backported as far as 2.4. On previous version there is still the EOM HTX block.