This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-06-16 14:52:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1d3e96dbe2
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
d20e7745ee
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:22:30 +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
#15980
: merge with 3.2.
2012-09-21 16:31:24 +03:00
cookies.py
server.py