Skip to content
Commit 78e1f10f authored by ntome's avatar ntome 💬 Committed by Romain Bignon
Browse files

weboob.browser.nss: finally implement timeout support

With NSS, unlike python sockets, the timeout should be passed on every
recv call. But since it's implemented in C, we're forced to reimplement
read/readinto/etc.
Use io.BufferedRWPair and io.RawIOBase to implement some of them and
implement the others by hand.
parent 9273904c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment