]> git.kaiwu.me - haproxy.git/commit
[BUG] cookie capture is declared in the frontend but checked on the backend
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Oct 2008 10:01:58 +0000 (12:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Nov 2008 17:14:36 +0000 (18:14 +0100)
commit76336d743b494406ed9e384bc4472723360cb6f2
treeb494e3a958edc4e79ba024d291835486d0dfa29d
parentfa1146f204036560cc7309222a80d10b990a09c4
[BUG] cookie capture is declared in the frontend but checked on the backend

Cookie capture would only work by pure luck on the request but did
never work on responses since only the backend was checked. The fix
consists in always checking frontend for cookie captures.
(cherry picked from commit bfca9e51b77b856593a3c4a3215a8e0397e7cdba)
src/proto_http.c