]> git.kaiwu.me - haproxy.git/commit
[BUG] fix missing parenthesis in check_response_for_cacheability
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Nov 2007 15:20:08 +0000 (16:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:26:10 +0000 (00:26 +0100)
commitcdeeda9727a16ea0f76840b7a5cfad10b3ed8723
treea01f07dbb563ad42f48bac80d1c6b7a11ab4dd4b
parent4d44142a0a88daca83306911d5694a167be9f51a
[BUG] fix missing parenthesis in check_response_for_cacheability

Parenthesis were missed when code was moved to this function.
This results in non-cacheable transactions not being ignored.
src/proto_http.c