]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: capture invalid requests/responses even if accepted
authorWilly Tarreau <w@1wt.eu>
Thu, 2 Apr 2009 13:18:36 +0000 (15:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 Apr 2009 19:36:37 +0000 (21:36 +0200)
commit4076a152559f4812726d8be45b82e443e505dbdd
tree137f9587056a4859700139393b1ccb842c3d2ff9
parent32a4ec0ed758c794ea1010f164658219cbf2e9ae
[MEDIUM] http: capture invalid requests/responses even if accepted

It's useful to be able to accept an invalid header name in a request
or response but still be able to monitor further such errors. Now,
when an invalid request/response is received and accepted due to
an "accept-invalid-http-{request|response}" option, the invalid
request will be captured for later analysis with "show errors" on
the stats socket.
doc/configuration.txt
include/proto/proto_http.h
src/proto_http.c