]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: add trace to stream rcv_buf operation
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 15 May 2023 09:35:45 +0000 (11:35 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 16 May 2023 15:53:45 +0000 (17:53 +0200)
commit1649469be1116e0acb869cd289244129321b50d0
tree735dbf8ee8587267188e51d05f885c891e0eb653
parentc2d35dc84ab73c51d25ce8d115342d69ac335a06
MINOR: mux-quic: add trace to stream rcv_buf operation

Add traces to render each stream transition more explicit. Also, move
ERR_PENDING to ERROR transition after other stream flags are set, as
with the MUX H2 implementation. This is purely a cosmetic change and it
should have no functional impact.

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