factor/basis/io/sockets/secure/windows
Björn Lindqvist f8387a08ae Merge:
io.sockets.secure.windows: use non-blocking sockets to prevent
SSL_connect from blocking

On Windows, SSL_connect may hang forever if the server doesn't send any
data. To counteract that we temporarily set the socket non-blocking and
then call select in the wait-for-fd method.

Conflicts:
	basis/io/sockets/secure/openssl/openssl-tests.factor
2014-04-02 12:16:51 -05:00
..
platforms.txt io.sockets.secure.windows: add platforms.txt. 2013-11-16 16:20:34 -08:00
windows.factor Merge: 2014-04-02 12:16:51 -05:00