commit | bf91e3922bdea9034e6d19b2913d89707ae1d1f3 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 04 10:02:04 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jul 05 16:44:01 2022 +0200 |
tree | d5d796ceef357b65b0b11537d50c0b9562cd4ada | |
parent | 3f39b40fe0086e6c4464ec9db6b84a6ba97b350e [diff] |
MINOR: mux-quic: emit FINAL_SIZE_ERROR on invalid STREAM size Add a check on stream size when the stream is in state Size Known. In this case, a STREAM frame cannot change the stream size. If this is not respected, a CONNECTION_CLOSE with FINAL_SIZE_ERROR will be emitted as specified in the RFC 9000.