commit | a7a4c80adefe8c8934093a874f5557d61f0c995d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jun 30 09:30:23 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jun 30 11:51:06 2022 +0200 |
tree | 48143bc2e89fcb8a8376701ce80947c55e45f4bd | |
parent | 46e992d795f0de3a25850f4af120cb7b6e637449 [diff] |
MINOR: qpack: properly handle invalid dynamic table references Return QPACK_DECOMPRESSION_FAILED error code when dealing with dynamic table references. This is justified as for now haproxy does not implement dynamic table support and advertizes a zero-sized table. The H3 calling function will thus reuse this code in a CONNECTION_CLOSE frame, in conformance with the QPACK RFC. This proper error management allows to remove obsolete ABORT_NOW guards.