mjs / gevent_openssl

pyopenssl gevent compat. lib
Other
22 stars 18 forks source link

Fix broken Connection.sendall (#12) #13

Open wolever opened 8 years ago

wolever commented 8 years ago

Fix Connection.sendall so errors in a multi-chunk sendall don't get re-sent one a retry.

I've been using this fix in production for about a month now and it seems to be stable.

Fix for #12