commit | 9f17a5aa8a411225d73be12c2a37c484e4c8fc91 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 31 15:17:02 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 31 15:21:13 2022 +0200 |
tree | bff326753b578550759b124eef2ebde8bf4c822f | |
parent | fdc1b9635768d2567b3a9749c0b4fdccff0e0a9f [diff] |
CLEANUP: quic: remove useless check on local UNI stream reception The MUX now provides a single API for both uni and bidirectional streams. It is responsible to reject reception on a local unidirectional stream with the error STREAM_STATE_ERROR. This is already implemented in qcc_recv(). As such, remove this duplicated check from xprt_quic.c.