Message211990
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. |
|
Date |
User |
Action |
Args |
2014-02-23 11:28:38 | Claudiu.Popa | set | recipients:
+ Claudiu.Popa, terry.reedy, jeff.allen |
2014-02-23 11:28:38 | Claudiu.Popa | set | messageid: <1393154918.3.0.0184279864864.issue20155@psf.upfronthosting.co.za> |
2014-02-23 11:28:38 | Claudiu.Popa | link | issue20155 messages |
2014-02-23 11:28:37 | Claudiu.Popa | create | |
|