commit | d02394b5a1468618cf708fb240a8b0930c077663 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 11 18:32:18 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 11 18:52:14 2012 +0200 |
tree | 3d7eca3acf9924ce70545f93bce1f8059045efdb | |
parent | 64798bd72051894d2a1dc46257d411a3a99ffb87 [diff] |
MEDIUM: stream_interface: derive the socket operations from the target Instead of hard-coding sock_raw in connect_server(), we set this socket operation at config parsing time. Right now, only servers and peers have it. Proxies are still hard-coded as sock_raw. This will be needed for future work on SSL which requires a different socket layer.