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