]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: http: move error codes production and processing to http.c
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Sep 2018 16:04:24 +0000 (18:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 08:30:25 +0000 (10:30 +0200)
commit04f1e2d202b7f9f330b1bb678eb8052b4773934b
treec0c1b0d5823531f48c9ebf72ca69c35829896e3d
parent6b952c81014a48a8d841e311d94afc68a1d573c8
REORG: http: move error codes production and processing to http.c

These error codes and messages are agnostic to the version, even if
they are represented as HTTP/1.0 messages. Ultimately they will have
to be transformed into internal HTTP messages to be used everywhere.

The HTTP/1.1 100 Continue message was turned to an IST and the local
copy in the Lua code was removed.
include/common/http.h
include/proto/proto_http.h
src/haproxy.c
src/hlua.c
src/http.c
src/proto_http.c