[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>
Sun, 17 Feb 2008 10:24:35 +0000 (11:24 +0100)
commit6d0b1fac23517f16b3972b529ea41718b3643c9f
tree09e211a43916201b2efa3f6a3ea54ad0783d60c8
parent8b2f55aec473879586005a8a4a107f3ba5f9c2a9
[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.
src/proto_http.c