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 Claudiu.Popa
Recipients Claudiu.Popa, jeff.allen, terry.reedy
Date 2014-02-23.11:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393154918.3.0.0184279864864.issue20155@psf.upfronthosting.co.za>
In-reply-to
Content
Terry, I had the same problem with that failing test_httpservers.test_invalid_request using the latest build on Windows. 
After debugging, I found out that the problem was caused by my antivirus solution. Its http scanning engine caught malformed http requests, like the one in the test ("gEt / hTTP/1.0\r\nhost: 127.0.0.1:50340\r\nAccept-Encoding: identity\r\n\r\n"; for instance) and it modified the first line by uppercasing it, thus making the perfect condition for a failing test.
History
Date User Action Args
2014-02-23 11:28:38Claudiu.Popasetrecipients: + Claudiu.Popa, terry.reedy, jeff.allen
2014-02-23 11:28:38Claudiu.Popasetmessageid: <1393154918.3.0.0184279864864.issue20155@psf.upfronthosting.co.za>
2014-02-23 11:28:38Claudiu.Popalinkissue20155 messages
2014-02-23 11:28:37Claudiu.Popacreate