New submission from Andrew Burrows: 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 ---------- components: Windows files: timeout_bug.zip messages: 231928 nosy: Andrew.Burrows, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Timeout making ajax calls to SimpleHTTPServer from internet explorer type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file37331/timeout_bug.zip _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22972> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com