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-13 16:08:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
78f3ce577fda646812b31e5eddffff7f50ea40cd
cpython
/
Lib
/
http
T
History
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
…
cookies.py
…
server.py
…