]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: move session initialization before the stream's
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 12:38:25 +0000 (14:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:29 +0000 (11:37 +0200)
commit15b5e14faa6644a5d79423b10c1862842ac7ba4e
tree0dbd4cdbc8c918128c147b55c018686e85b9357f
parent1f52bb27ece11ddb0c5c1e72cac56f280a614ce2
MINOR: stream: move session initialization before the stream's

In an effort to completely separate stream from session, this patch
further separates the two by initializing the session before the stream.
src/hlua.c
src/peers.c
src/stream.c