]> granicus.if.org Git - python/commit
Issue #22928: Disabled HTTP header injections in http.client.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 09:15:15 +0000 (11:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 09:15:15 +0000 (11:15 +0200)
commitb669bfc2bed1f5487ac2762bff53b55f6155bb60
tree5e4611fc1496efe54fd582b5680c8c3dbe562d26
parent411bf641d3b820aa5e55718d5c5770543fa32255
parenta112a8ae47813f75aa8ad27ee8c42a7c2e937d13
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