]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: implement qcs_alert()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 6 Jul 2022 12:54:34 +0000 (14:54 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 Jul 2022 14:24:03 +0000 (16:24 +0200)
commit4561f84ad407064491c8c99e0bef87f03450b739
treeb8b2c0cf179386c10d8bd93bf992d0e82f7a559f
parent392e94e98517c1247821ef1e0b0aa196b42ef4fe
MINOR: mux-quic: implement qcs_alert()

Implement a simple function to notify a possible subscriber or wake up
the upper layer if a special condition happens on a stream. For the
moment, this is only used to replace identical code in
qc_wake_some_streams().
src/mux_quic.c