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

There's only one struct and 2 inline functions. It could have been
merged into http.h but that would have added a massive dependency on
the hpack parts for nothing, so better keep it this way since hpack
is already freestanding and portable.
include/common/h1.h
include/common/h2.h
include/common/hpack-tbl.h
include/common/htx.h
include/haproxy/http-hdr-t.h [new file with mode: 0644]
include/haproxy/http-hdr.h [moved from include/common/http-hdr.h with 82% similarity]
src/h1.c
src/h2.c
src/hpack-enc.c