]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Oct 2019 14:38:42 +0000 (16:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Oct 2019 20:28:50 +0000 (22:28 +0200)
commit53a899b946f1762194d8cbf1bb31e3736df72749
tree3f07e842aaec00ae531432750feb06e4b5bd8b82
parentd9233f091a39b9436da7ed7b0da766169b7c04d3
CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c

The functions "htx_*_to_h1()" have been renamed into "h1_format_htx_*()" and
moved in the file h1_htx.c. It is the right place for such functions.
include/common/htx.h
include/proto/h1_htx.h
src/h1_htx.c
src/http_fetch.c
src/htx.c
src/mux_h1.c