Staging
v0.5.1
https://github.com/python/cpython
Revision 636950f925d50763537d40342ec622808c9b7e9d authored by Jeremy Hylton on 28 March 2009, 04:34:21 UTC, committed by Jeremy Hylton on 28 March 2009, 04:34:21 UTC
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.
1 parent 7c1692d
History
Tip revision: 636950f925d50763537d40342ec622808c9b7e9d authored by Jeremy Hylton on 28 March 2009, 04:34:21 UTC
Remove special logic that closes HTTPConnection socket on EPIPE.
Tip revision: 636950f
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.4 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.3 KB
README -rw-r--r-- 7.7 KB
RELNOTES -rw-r--r-- 1.4 KB
configure -rwxr-xr-x 666.9 KB
configure.in -rw-r--r-- 103.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 30.1 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 63.6 KB

README

back to top