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 |
||
---|---|---|
.. | ||
backend | ||
buffers | ||
crlf | ||
directories | ||
encodings | ||
files | ||
launcher | ||
mmap | ||
monitors | ||
pipes | ||
pools | ||
ports | ||
servers | ||
sockets | ||
standard-paths | ||
streams | ||
styles | ||
thread | ||
timeouts |