]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: peers: move the appctx initialization earlier
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 22:32:03 +0000 (00:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:32 +0000 (11:37 +0200)
commitd990baf0cc5db8da525f820d03b0ce7fed113a9e
treef772b072bfe4b8c2583ba8207cbfc52706ce0537
parenta7513f5d00ca5cc6bc0b666de7224252d39f4717
MEDIUM: peers: move the appctx initialization earlier

The purpose is to initialize the appctx prior to the stream in
order to reuse stream_accept_session().
src/peers.c