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 Andrew.Burrows
Recipients Andrew.Burrows, steve.dower, tim.golden, zach.ware
Date 2014-12-01.10:54:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417431240.84.0.697766622208.issue22972@psf.upfronthosting.co.za>
In-reply-to
Content
I have flask webservice running on windows, run up with `app.run()` which works fine from Chrome but when accessed with IE it sometimes fails with a timeout error. I've managed to reproduce the problem without flask which suggests there is (maybe?) some problem in the underlying Python networking code that flask is using. I've attached a simple website that displays the problem using only SimpleHTTPServer. To reproduce the problem unzip the file, cd into the directory and start the server using:

python -m SimpleHTTPServer 5001

Then visit http://localhost:5001 in Internet Explorer and it will timeout, usually within the first 20 or 30 ajax calls.

I'm using IE11 on windows 7 and python 2.7.8
History
Date User Action Args
2014-12-01 10:54:00Andrew.Burrowssetrecipients: + Andrew.Burrows, tim.golden, zach.ware, steve.dower
2014-12-01 10:54:00Andrew.Burrowssetmessageid: <1417431240.84.0.697766622208.issue22972@psf.upfronthosting.co.za>
2014-12-01 10:54:00Andrew.Burrowslinkissue22972 messages
2014-12-01 10:54:00Andrew.Burrowscreate