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 Guido, berker.peksag, demian.brecht, martin.panter, orsenthil, python-dev, r.david.murray, serhiy.storchaka
Date 2015-03-12.09:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150312091610.32085.29865@psf.io>
In-reply-to
Content
New changeset 1c45047c5102 by Serhiy Storchaka in branch '2.7':
Issue #22928: Disabled HTTP header injections in httplib.
https://hg.python.org/cpython/rev/1c45047c5102

New changeset bf3e1c9b80e9 by Serhiy Storchaka in branch '3.4':
Issue #22928: Disabled HTTP header injections in http.client.
https://hg.python.org/cpython/rev/bf3e1c9b80e9

New changeset aa4c6992c126 by Serhiy Storchaka in branch 'default':
Issue #22928: Disabled HTTP header injections in http.client.
https://hg.python.org/cpython/rev/aa4c6992c126
History
Date User Action Args
2015-03-12 09:16:13python-devsetrecipients: + python-dev, orsenthil, r.david.murray, berker.peksag, martin.panter, serhiy.storchaka, demian.brecht, Guido
2015-03-12 09:16:13python-devlinkissue22928 messages
2015-03-12 09:16:13python-devcreate