]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: refactor snd_buf
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 19 Sep 2022 15:14:27 +0000 (17:14 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 20 Sep 2022 13:35:29 +0000 (15:35 +0200)
commit9534e59bb9057cfa5762f9c119579a67f705de37
treee9272e822e0c1f27774553b7bcb3b0c5a923bb11
parentd80fbcaca266696a7d6de7342876d104c42e91e9
MINOR: mux-quic: refactor snd_buf

Factorize common code between h3 and hq-interop snd_buf operation. This
is inserted in MUX QUIC snd_buf own callback.

The h3/hq-interop API has been adjusted to directly receive a HTX
message instead of a plain buf. This led to extracting part of MUX QUIC
snd_buf in qmux_http module.

This should be backported up to 2.6.
include/haproxy/mux_quic-t.h
include/haproxy/qmux_http.h
src/h3.c
src/hq_interop.c
src/mux_quic.c
src/qmux_http.c