This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients bennoleslie, neologix, pitrou, python-dev
Date 2013-01-02.21:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Yc4lS5npjzSK8@mail.python.org>
In-reply-to
Content
New changeset 002bf9857278 by Antoine Pitrou in branch 'default':
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.
http://hg.python.org/cpython/rev/002bf9857278
History
Date User Action Args
2013-01-02 21:14:45python-devsetrecipients: + python-dev, pitrou, neologix, bennoleslie
2013-01-02 21:14:45python-devlinkissue16833 messages
2013-01-02 21:14:45python-devcreate