[issue22972] Timeout making ajax calls to SimpleHTTPServer from internet explorer

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: Closing this as Python 2.7 is past EOL and there was no followup for over 6 years. If you are still having this problem in 3.9+, and you believe it is indeed a python rather than javascript issue, please create a new issue. -- nosy: +iritkatriel resolu

[issue22972] Timeout making ajax calls to SimpleHTTPServer from internet explorer

2014-12-01 Thread R. David Murray
R. David Murray added the comment: Why do you think this is a Python problem? Can you reproduce it without using javascript? Given that it works with other browsers (ie: python has no problem responding to the queries themselves) and javascript is doing the query, I think it would be much mo

[issue22972] Timeout making ajax calls to SimpleHTTPServer from internet explorer

2014-12-01 Thread Andrew Burrows
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 prob