My Project
Loading...
Searching...
No Matches
wolfssl.exceptions.SSLWantReadError Class Reference
Inheritance diagram for wolfssl.exceptions.SSLWantReadError:
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 received on the underlying TCP
transport before the request can be fulfilled.