MINOR: mux-quic: wake up after recv only if avail data
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 3 May 2023 13:30:04 +0000 (15:30 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 4 May 2023 14:36:51 +0000 (16:36 +0200)
commitb8901d2c86a3aa0aaba29a3c68debec183ca3031
tree5a6b5344d610213a2437e08500e89506f2993630
parent8d44bfaf0bbb6c8d7d95bee5af69217a1b71ad20
MINOR: mux-quic: wake up after recv only if avail data

When HTX content is transferred from qcs instance to upper stream
endpoint, a wakeup is conducted for MUX tasklet. However, this is only
necessary if demux was interrupted due to a full QCS HTX buffer.

This should be backported up to 2.7.
src/mux_quic.c