]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22928: Disabled HTTP header injections in http.client.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 09:13:36 +0000 (11:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 09:13:36 +0000 (11:13 +0200)
commita112a8ae47813f75aa8ad27ee8c42a7c2e937d13
treeead86515e9462a009586cfbd5f68bda5398b03a7
parentc775ad615a6370ec8424422422bbec3f0976428b
Issue #22928: Disabled HTTP header injections in http.client.
Original patch by Demian Brecht.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS