]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: peers: delay appctx initialization
authorWilly Tarreau <w@1wt.eu>
Sun, 1 Dec 2013 11:54:55 +0000 (12:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:23 +0000 (15:40 +0100)
commit6d7f8f77baa764e55409a12c9a8d8261a770d283
tree19cf83682bb2f5ad9dd48f905a9fe80c3765c3ab
parente4d927ac1bb54469ff05079d32d5fb7bef7a52b5
MEDIUM: peers: delay appctx initialization

Now that the session handler can automatically initialize the appctx,
let's not do it in peers_accept() anymore.
src/peers.c