]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] avoid calling some layer7 functions if not needed
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 18:30:00 +0000 (19:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 21:41:49 +0000 (22:41 +0100)
commit396d2c67828594489ae11982bd6d4b99d6ca315d
treefb01085d0120a4d25804109afed2dbff1de1075e
parent816eb54e9bdccc0251b35142b1dbc6381f737e1a
[MINOR] avoid calling some layer7 functions if not needed

Small optimization: in some cases, it's not interesting to call
functions which are dedicated to checking the cache headers or
cookies. Avoid calling them when not necessary.
src/proto_http.c