Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Need recv_into support in PyOpenSSL #59

Closed
Lukasa opened this issue Jun 14, 2014 · 3 comments
Closed

Need recv_into support in PyOpenSSL #59

Lukasa opened this issue Jun 14, 2014 · 3 comments

Comments

@Lukasa
Copy link
Member

Lukasa commented Jun 14, 2014

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.

@Lukasa Lukasa added the Bug label Jun 14, 2014
@Lukasa
Copy link
Member Author

Lukasa commented Jun 15, 2014

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.

@Lukasa
Copy link
Member Author

Lukasa commented Jun 15, 2014

Temporary support added in a8126c4.

@Lukasa
Copy link
Member Author

Lukasa commented Mar 16, 2015

For the moment I'm closing all pyOpenSSL issues, because I simply no longer have faith in the ability of pyopenssl to ship further releases.

@Lukasa Lukasa closed this as completed Mar 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant