]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: move 1xx handling earlier to eliminate a lot of ifs
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 15:01:27 +0000 (16:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 15:01:27 +0000 (16:01 +0100)
commit63c9e5ffa6e6efd056eb4ae04fa16e3d02e7b0c5
treecb24fba8cc3de1c951fa5901db148bd029116d97
parent0937bc43cffb616b890aa86dee47bf9517e6cdd8
[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.
src/proto_http.c