]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: split common/http.h into haproxy/http{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 17:11:26 +0000 (19:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitcd72d8c9813c0876866502f16cfab672346e093d
treee822238d153e5715fb7d76b8612e1cb38cb31c73
parentc2f7c5895ce2c0bbcd9bda4f26e38e6b612d8c13
REORG: include: split common/http.h into haproxy/http{,-t}.h

So the enums and structs were placed into http-t.h and the functions
into http.h. This revealed that several files were dependeng on http.h
but not including it, as it was silently inherited via other files.
30 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/common/h1.h
include/common/hpack-enc.h
include/common/htx.h
include/haproxy/http-t.h [moved from include/common/http.h with 56% similarity]
include/haproxy/http.h [new file with mode: 0644]
include/types/http_ana.h
include/types/http_htx.h
include/types/proxy.h
include/types/sample.h
src/backend.c
src/checks.c
src/da.c
src/flt_http_comp.c
src/h1_htx.c
src/h2.c
src/hlua_fcn.c
src/http.c
src/http_acl.c
src/http_act.c
src/http_ana.c
src/http_conv.c
src/http_fetch.c
src/http_htx.c
src/http_rules.c
src/log.c
src/sample.c
src/session.c
src/stats.c
src/vars.c