commit | 4076a152559f4812726d8be45b82e443e505dbdd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 02 15:18:36 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 02 21:36:37 2009 +0200 |
tree | 137f9587056a4859700139393b1ccb842c3d2ff9 | |
parent | 32a4ec0ed758c794ea1010f164658219cbf2e9ae [diff] |
[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.