commit | 31e4f6e1491918bd1e9d28f49e52a3962c9605f5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 17:30:27 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 17:33:21 2022 +0100 |
tree | d437a1102de3444e317d962c2e18355357baec05 | |
parent | 71f3abbb5269caf85da9a87f21b2c8e9302a9b3e [diff] |
MINOR: h3: report error on HEADERS/DATA parsing Inspect return code of HEADERS/DATA parsing functions and use a BUG_ON to signal an error. The stream should be closed to handle the error in a more clean fashion.