mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02:00
Now that setblocking() is implemented in modussl_axtls, it calls into the underlying stream object, and io.BytesIO doesn't have setblocking().
9 lines
129 B
Plaintext
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,)
|