You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
Turns out PyOpenSSL doesn't have an implementation of recv_into. This somewhat defeats the point of the BufferedSocket, which attempts to minimise the number of copies of data! Right now, the h2-10 branch build is failing because of this absence.
The text was updated successfully, but these errors were encountered:
Now being tracked under pyca/pyopenssl#121. In the meantime I may write a hugely inefficient replacement for recv_into in the sslcompat.py module just to get the tests passing again.
Turns out
PyOpenSSL
doesn't have an implementation ofrecv_into
. This somewhat defeats the point of the BufferedSocket, which attempts to minimise the number of copies of data! Right now, the h2-10 branch build is failing because of this absence.The text was updated successfully, but these errors were encountered: