commit | d46b0f52aef145d81379046d11bb30ffcc855884 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 20 15:05:07 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 20 17:47:09 2022 +0200 |
tree | 1d0d0f082f26ba91076f776f9ac851172bc0e072 | |
parent | 9fab9fd7e580b897cdac023dd95c30f088b2694d [diff] |
MINOR: mux-quic: emit FLOW_CONTROL_ERROR Send a CONNECTION_CLOSE if the peer emits more data than authorized by our flow-control. This is implemented for both stream and connection level. Fields have been added in qcc/qcs structures to differentiate received offsets for limit enforcing with consumed offsets for sending of MAX_DATA/MAX_STREAM_DATA frames.