commit | 910c6aa5b7a6796740a6506216ab7eeef55ccf07 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 24 15:08:37 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:23 2013 +0100 |
tree | a6f919f216ce8e47910dd1a235b9136f42e8cefc | |
parent | 3ed35ef05bdc773886705bd3b65867441abde4dc [diff] |
MINOR: connection: reintroduce conn_prepare to set the protocol and transport Now that we can assign conn->xprt regardless of the initialization state, we can reintroduce conn_prepare() to set only the protocol, the transport layer and initialize the transport layer's state.