commit | 1e7d444eec69db192d026a542262891b8de89e0c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 24 10:47:10 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 24 15:27:06 2019 +0100 |
tree | a5d5f0cb238de2f42110e19ea2fe442c3d2f2bb9 | |
parent | 175cebb38ad7e06ae207ab947b02a344660f981b [diff] |
BUG/MINOR: hpack: return a compression error on invalid table size updates RFC7541#6.3 mandates that an error is reported when a dynamic table size update announces a size larger than the one configured with settings. This is tested by h2spec using test "hpack/6.3/1". This must be backported to 1.9 and possibly 1.8 as well.