]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: http: move the HTTP/1 header block parser to h1.c
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Sep 2017 08:22:25 +0000 (10:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:13 +0000 (09:54 +0200)
commit8740c8b1b2fffd33ab3b54c4b304f05d803f0063
treedb958a94523d48984fead730f9a00ffd1f2c80ff
parentdb4893d6a4168601cc855114d58e9cdbe587df42
REORG: http: move the HTTP/1 header block parser to h1.c

Since it still depends on http_msg, it was not renamed yet.
include/proto/h1.h
src/h1.c
src/proto_http.c