commit | 6754d7e2ed3a059722e2b0807933d97d45694128 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 23 16:12:49 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | de0215d5e08e35a193780c8ccbcc87d500118b12 | |
parent | 80097cc824ec7db26f12fe583c0d6ed72a7ea8e2 [diff] |
MINOR: mux-quic: emit STREAM_STATE_ERROR in qcc_recv Emit STREAM_STATE_ERROR connection error in two cases : * if receiving data for send-only stream * if receiving data on a locally initiated stream not open yet For the moment the first case cannot be encoutered as uni streams reception does not use qcc_recv(). However, this will be soon implemented with the unification between bidi and uni streams.