| commit | 8912d1418e6b336c21bbe21c0dd123332bbe5ab5 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Mon Apr 06 23:16:34 2015 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Mon Apr 06 23:16:34 2015 +0200 |
| tree | fee5290f727df8f3a4cb72499738120e9b2fe658 | |
| parent | 9001d8089cf1632680a838b44697cb3339e40dce [diff] |
Issue #23853: socket.socket.sendall() does no more reset the socket timeout each time data is sent successfuly. The socket timeout is now the maximum total duration to send all data.