commit | 0f77253a22289ac27ba3ff308c481879dddb50ea | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Dec 23 20:51:41 2006 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 23 20:51:41 2006 +0100 |
tree | 33b740af21d4def7bc0e0d4f23893ca938ac9e26 | |
parent | 9bf6c6e24fb1dac49fbf2df50eb166a6c45688ce [diff] |
[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.