]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: vars: move the session variables to the session, not the stream
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Jun 2015 09:59:02 +0000 (11:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jun 2015 09:59:02 +0000 (11:59 +0200)
commitebcd4844e82a4198ea5d98fe491a46267da1d1ec
treea0d75a6edc34080b618ed0b13a227dba2fb06dea
parent7233098da1de94ac2cbcf59cba493e54f6d28ec9
MEDIUM: vars: move the session variables to the session, not the stream

It's important that the session-wide variables are in the session and not
in the stream.
include/proto/vars.h
include/types/session.h
src/session.c
src/stream.c
src/vars.c