]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: h2: reject incorrect stream dependencies on HEADERS frame
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 18:24:50 +0000 (19:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 20:08:42 +0000 (21:08 +0100)
commit18b86cd074f8bfd67fa077b5e22b6b7528f72c8f
treec55fcc4fee2b1b3fe215ec8e7fedb1a33763cb09
parent1b38b46ab7c88d79e89e31cf8d22cd346c97d3ae
BUG/MINOR: h2: reject incorrect stream dependencies on HEADERS frame

We currently don't use stream dependencies, but as reported by h2spec,
the spec requires that we reject streams that depend on themselves in
HEADERS frames.

To backport to 1.8.
src/mux_h2.c