cpython/Lib/http
Antoine Pitrou 084daa2f74 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
2012-12-15 19:11:54 +01:00
..
__init__.py
client.py Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. 2012-12-15 19:11:54 +01:00
cookiejar.py #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. 2012-09-21 16:30:22 +03:00
cookies.py Fix for issue14426 - buildbots here I come 2012-05-20 16:58:30 +08:00
server.py Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler 2012-04-29 13:41:03 +08:00