]> granicus.if.org Git - python/commit
Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 2 Jan 2013 21:10:47 +0000 (22:10 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 2 Jan 2013 21:10:47 +0000 (22:10 +0100)
commit90e477455873c2b701d5eb0bc751da7ac9510754
treee616f7bea00a08d8bc58a0e623bfb038bdb3f597
parentf42267642398be24049c6a618997c2ef1fe51b8a
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.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS