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 klaas
Recipients christian.heimes, jcea, klaas, loewis
Date 2008-01-30.19:13:08
SpamBayes Score 0.39644396
Marked as misclassified No
Message-id <1201720390.1.0.733070221893.issue1966@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't advocate that it go in to 2.3/2.4.  The only security issue is 
a possible DoS, but I think that is unlikely.  There is already an "attack 
vector" for python code using (timeout-less) httplib by simply returning 
the response very slowly (1byte/sec).
History
Date User Action Args
2008-01-30 19:13:10klaassetspambayes_score: 0.396444 -> 0.39644396
recipients: + klaas, loewis, jcea, christian.heimes
2008-01-30 19:13:10klaassetspambayes_score: 0.396444 -> 0.396444
messageid: <1201720390.1.0.733070221893.issue1966@psf.upfronthosting.co.za>
2008-01-30 19:13:09klaaslinkissue1966 messages
2008-01-30 19:13:08klaascreate