commit | c4913f6b54e8b323b9ecbd2a711b2cbf486afae0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 15 10:58:05 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 15 11:48:30 2022 +0100 |
tree | 1c0afd6fb4a967f202c3cfade884c445706e3a1a | |
parent | 788fc054016761d835cff5e560f9f250c4c739d6 [diff] |
MINOR: h3: check return values of htx_add_* on headers parsing Check return values of htx_add_header()/htx_add_eof() during H3 HEADERS conversion to HTX. In case of error, the connection is interrupted with a CONNECTION_CLOSE. This commit is useful to detect abnormal situation on headers parsing. It should be backported up to 2.7.