Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE9 reportedly hangs HTTP::Server::PSGI #208

Open
miyagawa opened this issue May 13, 2011 · 2 comments
Open

IE9 reportedly hangs HTTP::Server::PSGI #208

miyagawa opened this issue May 13, 2011 · 2 comments
Labels

Comments

@miyagawa
Copy link
Member

Apparently IE9 opens a background connection before sending the main HTTP request, blocking a single process server like HTTP::Server::PSGI. See also #191 for a similar issue with google Chrome Incognito mode.

@wolfsage
Copy link

Would making HTTP::Server::PSGI asynchronous be an acceptable solution?

@miyagawa
Copy link
Member Author

No, that would complicate things and probably require external dependencies. If you need asynchronous web server that supports PSGI we already have plenty of options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants