Welcome! Log In Create A New Profile

Advanced

Re: SPDY connection was interrupted while downloading a file

Valentin V. Bartenev
October 15, 2014 08:38PM
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
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: 188
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