Welcome! Log In Create A New Profile

Advanced

Re: SPDY connection was interrupted while downloading a file

October 15, 2014 10:26PM
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@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@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

SPDY connection was interrupted while downloading a file

fletchowns October 06, 2014 03:26PM

Re: SPDY connection was interrupted while downloading a file

fletchowns October 15, 2014 08:00PM

Re: SPDY connection was interrupted while downloading a file

Valentin V. Bartenev October 15, 2014 08:38PM

Re: SPDY connection was interrupted while downloading a file

fletchowns October 15, 2014 10:26PM

Re: SPDY connection was interrupted while downloading a file

Valentin V. Bartenev October 16, 2014 09:00AM

Re: SPDY connection was interrupted while downloading a file

fletchowns October 16, 2014 01:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 150
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready