]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move common/h1.h to haproxy/h1.h
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 17:33:08 +0000 (19:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit5413a87ad35a6727520f3bdcd082c8665f1908d0
tree329da9aebd7182431c1ce143816d7c8248e85d9a
parent0017be014319ff71f6021e269a527869d1605b6b
REORG: include: move common/h1.h to haproxy/h1.h

The file was moved as-is. There was a wrong dependency on dynbuf.h
instead of buf.h which was addressed. There was no benefit to
splitting this between types and functions.
include/haproxy/h1.h [moved from include/common/h1.h with 98% similarity]
include/proto/h1_htx.h
src/checks.c
src/h1.c
src/h1_htx.c
src/hlua.c
src/http_fetch.c
src/http_htx.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c