BUG/MINOR: mux-quic: remove dead code in qcs_xfer_data()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 22 Apr 2022 07:47:58 +0000 (09:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 22 Apr 2022 07:51:56 +0000 (09:51 +0200)
commit3eb892fd6501a51a6da2dd5b1c96636986052bd8
treeaa7a92a6f558d076f92d7cc0760336e27663f34e
parente1e9f6bbe5af49b275493ce78fbd000542642792
BUG/MINOR: mux-quic: remove dead code in qcs_xfer_data()

Since previous patch
 MINOR: mux-quic: split xfer and STREAM frames build
there is no way to report an error in qcs_xfer_data().

This should fix github issue #1669.
src/mux_quic.c