]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: define qc_process()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 24 Jan 2023 17:19:47 +0000 (18:19 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Feb 2023 10:19:45 +0000 (11:19 +0100)
commit14dbb848afea4b1ea2c015f09e2dd870ec257d48
tree316bfd0070d5c35fa524fedb0b4d0b04eded2d21
parentb30247b16cde194b7a92fa6e99f6606d562f53c6
MINOR: mux-quic: define qc_process()

Define a new function qc_process(). This function will regroup several
internal operation which should be called both on I/O tasklet and wake()
callback. For the moment, only streams purge is conducted there.

This patch is useful to support haproxy soft stop. This should be
backported up to 2.7.
src/mux_quic.c