MINOR: quic: Stream FIN bit fix in qcs_push_frame()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 20 Sep 2021 15:50:03 +0000 (17:50 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitd2ba0967b703906e15cd9e4ecbbd887412f278e7
tree0b761c9f8243b4b40e810f28fca864cd07c26339
parent1c482c665b13bde99e0fc9480a4d6568475da061
MINOR: quic: Stream FIN bit fix in qcs_push_frame()

The FIN of a STREAM frame to be built must be set if there is no more
at all data in the ring buffer.
Do not do anything if there is nothing to transfer the ->tx.buf mux
buffer via b_force_xfer() (without zero copy)
src/mux_quic.c