commit | 2bc47863ecee9b713c0b7712ae416dde6abcbe6a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jun 30 10:04:42 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jun 30 11:51:06 2022 +0200 |
tree | 0969d6a4cda3a5b727ff2816a8724c58f49458b6 | |
parent | 055de23b7da28f4066f3fc1b192aaca23aea8ec1 [diff] |
MINOR: h3: handle errors on HEADERS parsing/QPACK decoding Emit a CONNECTION_CLOSE if HEADERS parsing function returns an error. This is useful to remove previous ABORT_NOW guards. For the moment, the whole connection is closed. In the future, it may be justified to only reset the faulting stream in some cases. This requires the implementation of RESET_STREAM emission.