SPDY connection was interrupted while downloading a file
Greg Barker
fletch at fletchowns.net
Thu Oct 16 02:24:11 UTC 2014
Thanks Valentin. Here's my config:
https://gist.github.com/fletchowns/13680a9d101f96d5f728
$ /opt/nginx-1.6.2/sbin/nginx -V
nginx version: nginx/1.6.2
built by gcc 4.7.2 (Debian 4.7.2-5)
TLS SNI support enabled
configure arguments: --prefix=/opt/nginx-1.6.2
--conf-path=/etc/nginx/nginx.conf --sbin-path=/opt/nginx-1.6.2/sbin/nginx
--with-http_ssl_module --with-http_gzip_static_module
--with-http_spdy_module --add-module=/tmp/nginx_http_fancyindex_module
On Wed, Oct 15, 2014 at 5:35 PM, Valentin V. Bartenev <vbart at nginx.com>
wrote:
> 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 can't reproduce with a simple configuration:
>
> events {}
>
> http {
> ssl_certificate server.crt;
> ssl_certificate_key server.key;
>
> server {
> listen 443 ssl spdy;
> location / {}
> }
> }
>
> Could you provide output of nginx -V and your configuration?
>
> wbr, Valentin V. Bartenev
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20141015/2e72815f/attachment.html>
More information about the nginx
mailing list