]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-quic: fix POST with abortonclose
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 22 Apr 2022 14:52:14 +0000 (16:52 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 22 Apr 2022 16:20:28 +0000 (18:20 +0200)
commitf6df6b440a0bb22dd6964151b86d6142a8d7d5b5
tree39d25bfb2b8055303fca1dce0733b5c2a386dd8d
parentb710415e7542d133494484cbc11de31b0308b965
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.
src/mux_quic.c