MINOR: quic: Add minimalistic support for stream flow control frames
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 18 Nov 2021 09:57:18 +0000 (10:57 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Nov 2021 13:37:35 +0000 (14:37 +0100)
commitf366cb7bf654d0d7972cb0541d5c50d92abd4764
tree6075ef407c2efcf17ee4a45774565e04c615e6a1
parent83b7a5b490929fe43c6c62a9e29e8f6f5e435b0d
MINOR: quic: Add minimalistic support for stream flow control frames

This simple patch add the parsing support for theses frames. But nothing is
done at this time about the streams or flow control concerned. This is only to
prevent some QUIC tracker or interop runner tests from failing for a reason
independant of their tested features.
src/xprt_quic.c