commit | 9650f376282a902947cab2240a3b8583c92cbff1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Aug 16 14:02:45 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 16 17:46:15 2009 +0200 |
tree | d76d014525681603208aac71130443a1f60d339e | |
parent | c9fce2fee83cfaaee026595db8ce020f7b264d02 [diff] |
[MEDIUM] move connection establishment from backend to the SI. The connection establishment was completely handled by backend.c which normally just handles LB algos. Since it's purely TCP, it must move to proto_tcp.c. Also, instead of calling it directly, we now call it via the stream interface, which will later help us unify session handling.