]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: session: move the session parts out of stream.c
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 16:50:31 +0000 (18:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:32 +0000 (11:37 +0200)
commit9903f0e1a276f635a3cc43bdb988454028357df7
tree7669f6f442eee44d3950b3b42ae00ecdc447010e
parent32990b531bc8cf387579e8306356e72ae98bd7f7
REORG: session: move the session parts out of stream.c

This concerns everythins related to accepting a new session and
expiring the embryonic session. There's still a hard-coded call
to stream_accept_session() which could be set somewhere in the
frontend, but for now it's not a problem.
include/proto/session.h
include/proto/stream.h
src/cfgparse.c
src/dumpstats.c
src/session.c
src/stream.c