commit | 63c9e5ffa6e6efd056eb4ae04fa16e3d02e7b0c5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 22 16:01:27 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 22 16:01:27 2009 +0100 |
tree | cb24fba8cc3de1c951fa5901db148bd029116d97 | |
parent | 0937bc43cffb616b890aa86dee47bf9517e6cdd8 [diff] |
[MINOR] http: move 1xx handling earlier to eliminate a lot of ifs The response 1xx was set too low and required a lot of tests along the code in order to avoid some processing. We still left the test after the response rewrite rules so that we can eliminate unwanted headers if required.