]> git.kaiwu.me - haproxy.git/commit
[BUG] appsession lookup in URL does not work
authorRyan Warnick <warnickr_1@isp01.net>
Sun, 17 Feb 2008 10:24:35 +0000 (11:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Mar 2008 20:51:46 +0000 (21:51 +0100)
commitaa9d40e293f11a08f13e8367aa9f2d23d8343744
treed797d75552c1937e80d309ba5a8201fa8849e322
parent6f93cd9ba85738ec97f8a1fbc2f15cc1a54330bd
[BUG] appsession lookup in URL does not work

We've been trying to use the latest release (1.3.14.2) of haproxy  to do
sticky sessions.  Cookie insertion is not an option for us, although we
would much rather use it, as we are trying to work around a problem where
cookies are unreliable.  The appsession functionality only partially worked
(it wouldn't read the session id out of a query string) until we made the
following code change to the get_srv_from_appsession function in
proto_http.c.
(cherry picked from commit 6d0b1fac23517f16b3972b529ea41718b3643c9f)
src/proto_http.c