]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] get rid of the SV_STHEADERS state
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Aug 2008 16:35:40 +0000 (18:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 14 Aug 2008 16:35:40 +0000 (18:35 +0200)
commitf5483bf639994663dbfbb346b7457c4b3a56b5c0
tree91e0af869b05532e5c2498f7eeeb7c3e28afc71e
parente46ab5524fec862787c7d30ceb7ef801ea50e841
[MAJOR] get rid of the SV_STHEADERS state

The HTTP response code has been moved to a specific function
called "process_response" and the SV_STHEADERS state has been
removed and replaced with the flag AN_RTR_HTTP_HDR.
include/proto/proto_http.h
include/types/proto_http.h
src/proto_http.c