commit | 74cf237ecdb941bce9795ebd75008f7431dddcf7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 29 15:58:22 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 29 16:16:19 2022 +0200 |
tree | b998738ed6a766410225238c8d2a2357d6b92a22 | |
parent | d46e335683a76302b20b87135d72e8d8be495c14 [diff] |
MEDIUM: quic: do not ack packet with invalid STREAM If the MUX cannot handle immediately nor buffer a STREAM frame, the packet containing it must not be acknowledge. This is in conformance with the RFC9000. qcc_recv() return codes have been adjusted to differentiate an invalid frame with an already fully received offset which must be acknowledged.