]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: mux-quic: export HTTP related function in a dedicated file
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 19 Sep 2022 15:02:28 +0000 (17:02 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 20 Sep 2022 13:35:23 +0000 (15:35 +0200)
commitd80fbcaca266696a7d6de7342876d104c42e91e9
tree1739538de9cda0783cd34406f4a82f8655c54a23
parent36d50bff22563ba650918ccedaa695fcb6b8fa3e
REORG: mux-quic: export HTTP related function in a dedicated file

Extract function dealing with HTX outside of MUX QUIC. For the moment,
only rcv_buf stream operation is concerned.

The main objective is to be able to support both TCP and HTTP proxy mode
with a common base and add specialized modules on top of it.

This should be backported up to 2.6.
Makefile
include/haproxy/qmux_http.h [new file with mode: 0644]
src/mux_quic.c
src/qmux_http.c [new file with mode: 0644]