diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2009-03-28 04:34:21 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2009-03-28 04:34:21 (GMT) |
commit | 636950f925d50763537d40342ec622808c9b7e9d (patch) | |
tree | ffd2880a6d118f374af24da66f435c6027eddca8 /Python/sysmodule.c | |
parent | 7c1692d587b62bbb0657d6c049e320e37c53e711 (diff) | |
download | cpython-636950f925d50763537d40342ec622808c9b7e9d.zip cpython-636950f925d50763537d40342ec622808c9b7e9d.tar.gz cpython-636950f925d50763537d40342ec622808c9b7e9d.tar.bz2 |
Remove special logic that closes HTTPConnection socket on EPIPE.
http://bugs.python.org/issue5542
If the socket is closed, the client has no chance to read the response
from the server. EPIPE means that it isn't possible to write more
data from the socket, but not that it is impossible to read.
Also, various formatting changes.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions