commit | 0fa14a69e85d027acc43615a496a7576d1a707b7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 26 16:24:39 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 15:14:25 2022 +0200 |
tree | eec37a433b018fd0329a0ea92ec9f50ce020f711 | |
parent | 44d0912f7bf7dc70281fb3ec0b03b81f4bbc95b0 [diff] |
BUG/MINOR: h3: fix incomplete POST requests Always set HTX flag HTX_SL_F_XFER_LEN for http/3. This is correct becuase the size of H3 requests is always known thanks to the protocol framing. This may fix occurences of incomplete POST requests when the client side of the connection has been closed before.