]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-quic: adjust comment on qcs_consume()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 1 Jul 2022 09:25:40 +0000 (11:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 1 Jul 2022 12:46:24 +0000 (14:46 +0200)
commit36d4b5e31dd872d8bc6bc309f24d0223fae3305d
tree3288e99064c732ca66fa0cd264ad5728a64c55b2
parent649b3fd9aa24300e05bbc38c70a4a2a99d29bf8d
CLEANUP: mux-quic: adjust comment on qcs_consume()

Since a previous refactoring, application protocol layer is not require
anymore to call qcs_consume(). This function is now automatically used
by the MUX itself.
src/mux_quic.c