]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: hpack: dynamic table size updates are only allowed before headers
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 17:09:21 +0000 (18:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 20:08:40 +0000 (21:08 +0100)
commitc611e6681b6ed4194b2e9ad0b096c275ab5c4012
tree0ba00182d0b2597e65733e444bb3b978940eb988
parentd85ba4e092997d2a05cd811534c61946c57133a4
BUG/MINOR: hpack: dynamic table size updates are only allowed before headers

h2spec reports that we used to support a dynamic table size update
anywhere in the header block but it's only allowed before other
headers (cf RFC7541#4.2.1). In practice we don't use these for now
since we only use literals in responses.

To backport to 1.8.
src/hpack-dec.c