]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] store HTTP error messages into a chunk array
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Dec 2006 19:51:41 +0000 (20:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 23 Dec 2006 19:51:41 +0000 (20:51 +0100)
commit0f77253a22289ac27ba3ff308c481879dddb50ea
tree33b740af21d4def7bc0e0d4f23893ca938ac9e26
parent9bf6c6e24fb1dac49fbf2df50eb166a6c45688ce
[MINOR] store HTTP error messages into a chunk array

HTTP error messages were all specific cases handled by an IF.
Now they are all in an array so that it will be easier to add
new ones. Also, the return functions now use chunks as inputs
so that it should be easier to provide alternative return
messages if needed.
include/proto/buffers.h
include/proto/httperr.h [new file with mode: 0644]
include/proto/proto_http.h
include/types/httperr.h
include/types/proxy.h
src/backend.c
src/cfgparse.c
src/client.c
src/proto_http.c