Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
None
Description
The Windows SSL support will leverage the TCPConnector class declaration. To do this, TCPConnector will be moved to its own .h file (from TCPConnector.cpp) and the void connected() method changed to virtual.
The SSL support on Windows will be done as a shim inserted between TCPConnector and AsynchIO.