]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: move the frontend's pointer to the session
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 13:40:56 +0000 (15:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:23:58 +0000 (11:23 +0200)
commite36cbcb3b0de2d149c147d4e2ef1e136af3f0849
tree7238b1f367f811fc009f4c981fff9cd2b7f00337
parentfb0afa77c9d8960308adb417a81d0790435cd4cc
MEDIUM: stream: move the frontend's pointer to the session

Just like for the listener, the frontend is session-wide so let's move
it to the session. There are a lot of places which were changed but the
changes are minimal in fact.
13 files changed:
include/types/session.h
include/types/stream.h
src/backend.c
src/compression.c
src/dumpstats.c
src/frontend.c
src/hlua.c
src/log.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/proxy.c
src/stream.c