wolfssl.exceptions.SSLWantWriteError Class Reference
Inheritance diagram for wolfssl.exceptions.SSLWantWriteError:
Detailed Description
A subclass of SSLError raised by a non-blocking SSL socket when trying to
read or write data, but more data needs to be sent on the underlying TCP
transport before the request can be fulfilled.