]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: split conn_prepare() in two functions
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 18:57:19 +0000 (20:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 20:26:10 +0000 (22:26 +0200)
commitbd99aab91f26dfb1ff336bab5682b77829c568d5
treed367df0c3cb9778e60140b43c839a2a1fd2f292a
parent4aa3683b2d612814d6fb4a84667983f7e9e3d658
MINOR: connection: split conn_prepare() in two functions

We'll also need a function to takeover an existing connection without
reinitializing it. The same will be needed at the stream interface level.
include/proto/connection.h
include/proto/stream_interface.h