]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: call the socket layer init function when a session establishes
authorWilly Tarreau <w@1wt.eu>
Sat, 12 May 2012 06:08:09 +0000 (08:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 May 2012 06:09:27 +0000 (08:09 +0200)
commit2f5b6fc0903259f1d191ef18fd0bf6b45178f3d0
tree60650877a639e14f34d536fd5675b14b22ed8eec
parenteeda90e68c19d2184e644a631212983757db3249
MINOR: session: call the socket layer init function when a session establishes

In sess_establish, once we've prepared everythin, we can call the socket layer
init function. We pass an argument for targets which have one (eg: servers). At
the moment, the existing socket layers don't have init functions, but SSL will
need one.
src/session.c