]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: support MAX_STREAM_DATA frame parsing
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 8 Mar 2022 09:39:55 +0000 (10:39 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 23 Mar 2022 09:09:39 +0000 (10:09 +0100)
commit8727ff466883d31a25c5e21132f07fab42b441c1
tree998f5b79968601880559bf6f30bc3d83a81fd300
parent05ce55e5827e3abd1ba0eb4ac2aa774f7f347617
MINOR: mux-quic: support MAX_STREAM_DATA frame parsing

Implement a MUX method to parse MAX_STREAM_DATA. If the limit is greater
than the previous one and the stream was blocked, the flag
QC_SF_BLK_SFCTL is removed.
include/haproxy/mux_quic.h
src/mux_quic.c
src/xprt_quic.c