micropython/tests/extmod/ussl_basic.py.exp
Paul Sokolovsky 7b5400134b tests/ussl_basic: Disable setblocking() calls.
Now that setblocking() is implemented in modussl_axtls, it calls into the
underlying stream object, and io.BytesIO doesn't have setblocking().
2019-04-30 17:27:28 +10:00

9 lines
129 B
Plaintext

ssl_handshake_status: -256
wrap_socket: OSError(5,)
<_SSLSocket
4
b''
read: OSError(-261,)
read: OSError(9,)
write: OSError(9,)