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 23:18:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aaa9780fe174a4ed5fc19df1d474fb802a19fa42
cpython
/
Lib
/
http
T
History
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
…