commit | f6df6b440a0bb22dd6964151b86d6142a8d7d5b5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 22 16:52:14 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 22 18:20:28 2022 +0200 |
tree | 39d25bfb2b8055303fca1dce0733b5c2a386dd8d | |
parent | b710415e7542d133494484cbc11de31b0308b965 [diff] |
BUG/MINOR: mux-quic: fix POST with abortonclose Remove CS_EP_EOS set erroneously on qc_rcv_buf(). This fixes POST with abortonclose. Previously, request was preemptively aborted by haproxy due to the incorrect EOS flag. For the moment, EOS flag is not set anymore. It should be set to warn about a premature close from the client.