plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
483 stars 214 forks source link

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

Open miyagawa opened 13 years ago

miyagawa commented 13 years ago

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 commented 13 years ago

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

miyagawa commented 13 years ago

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.