My Project
Loading...
Searching...
No Matches
wolfssl.exceptions.SSLWantWriteError Class Reference
Inheritance diagram for wolfssl.exceptions.SSLWantWriteError:
wolfssl.exceptions.SSLError

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.