commit | 15678efc45df458db0bf7a27dee5d4db4825ced3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Fri Aug 31 13:54:11 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:34 2012 +0200 |
tree | e9983dcdcc3388177d67eaa8e71381885a1f489d | |
parent | 64ee491309f4ae87c08b712f339ff8c2d04d1fd9 [diff] |
MEDIUM: connection: add an ->init function to data layer SSL need to initialize the data layer before proceeding with data. At the moment, this data layer is automatically initialized from itself, which will not be possible once we extract connection from sessions since we'll only create the data layer once the handshake is finished. So let's have the application layer initialize the data layer before using it.