]> git.kaiwu.me - haproxy.git/commit
MINOR: mux_quic: refactor QMux send frames function
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Apr 2026 12:37:55 +0000 (14:37 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 24 Apr 2026 07:33:04 +0000 (09:33 +0200)
commitd98afae0c6fd09c32d06d4c69bc57183d86ca0bc
tree599bd6b44178ce322069bf150c4a0bb5fc904c5e
parent268fd68777fc94a74a484e64ba617042df4cce05
MINOR: mux_quic: refactor QMux send frames function

Clean up qcc_qstrm_send_frames(). The main change is that now return
value is clearly specified at the end of the function, depending if
everything was sent or not.
src/mux_quic_qstrm.c