]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Drop packets with STREAM frames with wrong direction.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 31 Dec 2020 11:45:38 +0000 (12:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Jan 2021 11:31:28 +0000 (12:31 +0100)
commit242fb1b639a98eb4e76be3e7f44a47d9f3f02092
tree5d4f26b3e0f9ab7ca717a1fbeae86cdf88caa7e6
parent129a351a3f566fb0d025dfa7fd74e21ea7ae6a91
MINOR: quic: Drop packets with STREAM frames with wrong direction.

A server initiates streams with odd-numbered stream IDs.
Also add useful traces when parsing STREAM frames.
include/haproxy/quic_frame-t.h
include/haproxy/xprt_quic-t.h
src/quic_frame.c
src/xprt_quic.c