]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: clean up qcs Tx buffer allocation API
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Nov 2023 13:57:28 +0000 (14:57 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 Dec 2023 15:08:51 +0000 (16:08 +0100)
commitf496c7469b5290206c8f9b2b7359a42363ef6119
tree30f2a7bf7f0348590812e5580f39bbf27a85c55e
parentb526ffbfb94c8d447429ca18178b94f063a453db
MINOR: mux-quic: clean up qcs Tx buffer allocation API

This function is similar to the previous one, but this time for QCS
sending buffer.

Previously, each application layer redefine their own version of
mux_get_buf() which was used to allocate <qcs.tx.buf>. Unify it under a
single function renamed qcc_get_stream_txbuf().
include/haproxy/mux_quic.h
src/h3.c
src/hq_interop.c
src/mux_quic.c