cpython/Lib/http
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 merge - Fix for issue14426 - buildbots here I come 2012-05-20 16:58:59 +08:00
server.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00