commit | 949811319b9b0ef0e697dc9351ff55707a89dcf0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 21 17:09:48 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 21 17:09:48 2012 +0200 |
tree | 98e51c062022c4a2cd3265e0d4ffb2ab8054a82c | |
parent | fb7508aefb6842948ce72d3f236b1f99e6df33b8 [diff] |
REORG/MEDIUM: stream_interface: move applet->state and private to connection The state and the private pointer are not specific to the applets, since SSL will require exactly both of them. Move them to the connection layer now and rename them. We also now ensure that both are NULL on first call.