This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3438fa496db50ef3cafcfdb3243f2f769bc12ebe
cpython
/
Lib
/
http
T
History
Antoine Pitrou
3454339430
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:23:34 +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:22:30 +01:00
cookiejar.py
more yield from
2012-10-01 15:34:31 -07:00
cookies.py
merge - Fix for issue14426 - buildbots here I come
2012-05-20 16:58:59 +08:00
server.py
Issue
#16088
: BaseHTTPRequestHandler's send_error method includes a
2012-10-10 23:16:21 -07:00