Welcome! Log In Create A New Profile

Advanced

Re: 499 Code - The connection resets after 1 minute

Maxim Dounin
October 15, 2011 04:54AM
Hello!

On Fri, Oct 14, 2011 at 10:18:58PM -0400, krukmat wrote:

> I have a django view which lasts more than a minute.
> But after the first minute, the browser shows me the connection is
> reset.
> If I read the access log, I find this:
> "GET
> /2.1/jmsf/events?apikey=6ff9131a-2c37-4584-9988-7e0e4da91577&m=2010-06-18+00%3A33%3A34.None.None
> HTTP/1.1" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7)
> AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1"
>
> I tried adjusting client_header_timeout,
> client_body_timeout,keepalive_timeout,fastcgi_read_timeout
> ,fastcgi_connect_timeout,fastcgi_send_timeout and send_timeout. But It
> didn't work.

Status code 499 indicate that from nginx point of view connection
was closed by browser. (You may take a look at error log to find
out more details, there should be something like "client closed
connection" logged at info level.)

As I don't expect Chrome to close connection after 1 minute
(actually, I'v just tested - it doesn't) it's likely something
between your browser and nginx.

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

499 Code - The connection resets after 1 minute

krukmat October 14, 2011 10:18PM

Re: 499 Code - The connection resets after 1 minute

Maxim Dounin October 15, 2011 04:54AM

Re: 499 Code - The connection resets after 1 minute

krukmat October 15, 2011 10:56AM

Re: 499 Code - The connection resets after 1 minute

krukmat October 15, 2011 03:17PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 283
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