Status Code 499

S
  • 15 Aug '11
What's the reason for error "499"?

How to resolve this error?

Thanks

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,213789,213789#msg-213789
S
  • 15 Aug '11
? 2011-08-14?? 22:36 -0400?sunjipeng_neu???
> What's the reason for error "499"?
> 
> How to resolve this error?
> 
> Thanks
> 
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,213789,213789#msg-213789
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

there is no status code named "499".

-- 
Best regards,
Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)

Using Gmail? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?10073.
M
  • 15 Aug '11
Hello!

On Sun, Aug 14, 2011 at 10:36:06PM -0400, sunjipeng_neu wrote:

> What's the reason for error "499"?
> 
> How to resolve this error?

499 is logged by nginx if client closes connection before nginx 
was able to send anything to client.

Large number of 499 may indicate that something is wrong on your 
server, e.g. response generation takes too long.  Some number is 
usually ok: you are expected to have some users closing 
connections prematurely due to their internal reasons (e.g. bad 
connectivity, closing browser while loading page and so on).

Maxim Dounin
  • 15 Aug '11
In nginx, 499 means "client has closed connection". However, guys know
little about 499 as it's not defined by rfc2616 but by nginx.

When a client sent a request, and closed the connection without waiting for
the response, a 499 code occurs. If there're a lot of 499s in your
access_log, it's mostly caused by the slow back-ends (too slow for your
users to wait). You may have to optimize your website performance.

Regards,
Zhang Lei  (@blogkid on Twitter)

On Mon, Aug 15, 2011 at 1:43 PM, Sharl.Jimh.Tsin <amoiz.shine at gmail.com>wrote:

> ? 2011-08-14?? 22:36 -0400?sunjipeng_neu???
> > What's the reason for error "499"?
> >
> > How to resolve this error?
> >
> > Thanks
> >
> > Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,213789,213789#msg-213789
> >
> > _______________________________________________
> > nginx mailing list
> > nginx at nginx.org
> > http://mailman.nginx.org/mailman/listinfo/nginx
>
> there is no status code named "499".
>
> --
> Best regards,
> Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)
>
> Using Gmail? Please read this important notice:
> http://www.fsf.org/campaigns/jstrap/gmail?10073.
>
> _______________________________________________
> 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/20110815/5ad0c0ba/attachment.html>
S
  • 15 Aug '11
? 2011-08-15?? 14:15 +0800??????
> 
> 
> In nginx, 499 means "client has closed connection". However, guys know
> little about 499 as it's not defined by rfc2616 but by nginx.
> 
> 
> When a client sent a request, and closed the connection without
> waiting for the response, a 499 code occurs. If there're a lot of 499s
> in your access_log, it's mostly caused by the slow back-ends (too slow
> for your users to wait). You may have to optimize your website
> performance.
> 
> Regards,
> Zhang Lei  (@blogkid on Twitter)
> 
> 
> On Mon, Aug 15, 2011 at 1:43 PM, Sharl.Jimh.Tsin
> <amoiz.shine at gmail.com> wrote:
>         ? 2011-08-14?? 22:36 -0400?sunjipeng_neu???
>         
>         > What's the reason for error "499"?
>         >
>         > How to resolve this error?
>         >
>         > Thanks
>         >
>         > Posted at Nginx Forum:
>         http://forum.nginx.org/read.php?2,213789,213789#msg-213789
>         >
>         > _______________________________________________
>         > nginx mailing list
>         > nginx at nginx.org
>         > http://mailman.nginx.org/mailman/listinfo/nginx
>         
>         
>         there is no status code named "499".
>         
>         --
>         Best regards,
>         Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)
>         
>         Using Gmail? Please read this important notice:
>         http://www.fsf.org/campaigns/jstrap/gmail?10073.
>         
>         
>         _______________________________________________
>         nginx mailing list
>         nginx at nginx.org
>         http://mailman.nginx.org/mailman/listinfo/nginx
>         
> 
> 
> 
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

All right.that is said "499" is nginx-only-own.

-- 
Best regards,
Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)

Using Gmail? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?10073.