commit | 5e75e2755e413f3d5d01b7c53c4856346de69af0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 02 21:21:20 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 04 22:26:10 2012 +0200 |
tree | 68617ff8f7e6ab4e05510be3bb7119d6b9ab5b5c | |
parent | f4e114fe546a3dace7475450ceda572a4685ea7b [diff] |
MEDIUM: session: use a specific data_cb for embryonic sessions We don't want to have the recv or send callbacks in embryonic sessions, and we want the stream interface to be referenced as the connection owner only once the session is instanciated. So let's first have the embryonic session be the owner, then replaced later by the stream interface once the transport layer is ready.