commit | cc3d7166f45f3b27a1c01237e307bfbfe1dce7b5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 20 15:14:57 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 20 17:56:00 2022 +0200 |
tree | 9c1c1e5b4ebe9682abfe72aad2286d397c8f3d6b | |
parent | 209404bff1a652a0940a31fc9ff2549368641ee7 [diff] |
MINOR: mux-quic: close connection on error if different data at offset As specified by the RFC reception of different STREAM data for the same offset should be treated with a CONNECTION_CLOSE with error PROTOCOL_VIOLATION. Use ncbuf API to detect this case : if add operation fails with NCB_RET_DATA_REJ with add mode NCB_ADD_COMPARE.