commit | 28d3c2489f2f6e159757f8daf37d097afaa2ef9b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jun 14 16:36:15 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jun 15 14:56:05 2022 +0200 |
tree | 3cbb3da5aad00847570475f1cbbed7d179fb0978 | |
parent | 4bcaf69dca3552579d7ad9393e90d89969f1135c [diff] |
MINOR: qpack: add ABORT_NOW on unimplemented decoding Post-base indices is not supported at the moment for decoding. This should never be encountered as it is only used with a dynamic table. However, haproxy deactivates support for the dynamic table via its SETTINGS. Use ABORT_NOW() if this situation happens anyway. This should help debugging instead of silently failed without error reporting.