]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file
authorChristopher Faulet <cfaulet@haproxy.com>
Sat, 10 Aug 2019 09:17:44 +0000 (11:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 08:18:54 +0000 (10:18 +0200)
commit4f0f88a9d0f383a9b290e4f0fe55d7d8b9b9d180
tree50cf12c6d44575ea5c02153c7f32d60f4a0f4d92
parent341fac1eb27f54b6c9463c02baa2deab52465e2e
MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file

To avoid code duplication in the futur mux FCGI, functions parsing H1 messages
and converting them into HTX have been moved in the file h1_htx.c. Some
specific parts remain in the mux H1. But most of the parsing is now generic.
Makefile
include/common/h1.h
include/proto/h1_htx.h [new file with mode: 0644]
src/h1_htx.c [new file with mode: 0644]
src/mux_h1.c