commit | 32a4ec0ed758c794ea1010f164658219cbf2e9ae | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 02 11:35:18 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 02 21:36:34 2009 +0200 |
tree | e8ce0fdd4124d38dadd626b4090b4ff6a4014e8b | |
parent | 61d188920e8e2359cc9952b64c28eeb565d81fdc [diff] |
[MEDIUM] http: add options to ignore invalid header names Sometimes it is required to let invalid requests pass because applications sometimes take time to be fixed and other servers do not care. Thus we provide two new options : option accept-invalid-http-request (for the frontend) option accept-invalid-http-response (for the backend) When those options are set, invalid requests or responses do not cause a 403/502 error to be generated.