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-14 16:38:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13252b877016aa5380f4ae36fb024671c2ea77db
cpython
/
Lib
/
http
T
History
Antoine Pitrou
90e4774558
Issue
#16833
: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit.
...
Patch by Benno Leslie.
2013-01-02 22:10:47 +01:00
..
__init__.py
…
client.py
Issue
#16833
: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit.
2013-01-02 22:10:47 +01:00
cookiejar.py
Replace IOError with OSError (
#16715
)
2012-12-25 16:47:37 +02:00
cookies.py
…
server.py
Replace IOError with OSError (
#16715
)
2012-12-25 16:47:37 +02:00