cpython/Lib/http
Jeremy Hylton 636950f925 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.
2009-03-28 04:34:21 +00:00
..
__init__.py Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py Remove special logic that closes HTTPConnection socket on EPIPE. 2009-03-28 04:34:21 +00:00
cookiejar.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
cookies.py Merged revisions 66262 via svnmerge from 2008-09-06 19:37:35 +00:00
server.py Fix compatibility issue with HTTPMessage class. 2009-03-27 18:31:36 +00:00