I’m using nginx 1.6.2 w/ SPDY to serve an autoindex of static files.
After
I start downloading a file, I can no longer access other pages on the
site.
I get a Firefox error message “The connection was interrupted” - a
similar
message appears in Chrome. If I do a CTRL+F5, then I can browse the site
again while the download is going.
Is this a limitation of using SPDY to serve static files? Is there a
configuration parameter I need to adjust to avoid this issue?
On Monday 06 October 2014 12:25:37 Greg Barker wrote:
I’m using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After
I start downloading a file, I can no longer access other pages on the site.
I get a Firefox error message “The connection was interrupted” - a similar
message appears in Chrome. If I do a CTRL+F5, then I can browse the site
again while the download is going.
Is this a limitation of using SPDY to serve static files? Is there a
configuration parameter I need to adjust to avoid this issue?
I’m able to reproduce, and from debug log it’s clear that the issue is
caused
by the fancyindex 3rd-party module. And a brief look through its code
reveals
a number of problems with request handling.