]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: h3: ignore unknown frame types
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 15 Nov 2021 14:52:55 +0000 (15:52 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Nov 2021 09:50:58 +0000 (10:50 +0100)
commitd1acaf9828d1a95bdefb73ff637e3c467a9fb7ac
tree7795da6b2a6907866909d65e352e4ef95e25c541
parent946ebbb0bd84bddf1ebc47c02f5941be6bf0fc37
BUG/MINOR: h3: ignore unknown frame types

When receiving an unknown h3 frame type, the frame must be discarded
silently and the processing of the remaing frames must continue. This is
according to the HTTP/3 draft34.

This issue was detected when using the quiche client which uses GREASE
frame to test interoperability.
src/h3.c