Python 2: socket.sendall on a non-blocking socket no longer immediately fails with a timeout
Instead, we only start checking the timer after the first attempted send. This is what the C implementation in CPython does. Fixes benoitc/gunicorn#1282.
Showing
Please register or sign in to comment