commit | f8a49eab4f6ad7cc7e618d9a5e3f56f554215ec8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 14 21:32:07 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:22 2013 +0100 |
tree | 914c1f60ee4dc64d2473487f855ee6548c73cdb6 | |
parent | ce9dbcd9ea2dd94bbc21f34fbb9ba7cebfa20e19 [diff] |
MEDIUM: session: attach incoming connection to target on embryonic sessions In order to reduce the dependency over stream-interfaces, we now attach the incoming connection to the embryonic session's target instead of the stream-interface's connection. This means we won't need to initialize stream interfaces anymore after we implement dynamic connection allocation. The session's target is reset to NULL after the session has been converted to a complete session.