The official NGINX Open Source repository.
Go to file
Maxim Dounin 885861b683 Fixed lingering_time check.
There are two significant changes in this patch:

1) The <= 0 comparison is done with a signed type.  This fixes the case
   of ngx_time() being larger than r->lingering_time.

2) Calculation of r->lingering_time - ngx_time() is now always done
   in the ngx_msec_t type.  This ensures the calculation is correct
   even if time_t is unsigned and differs in size from ngx_msec_t.

Thanks to Lanshun Zhou.
2013-05-13 17:39:45 +04:00
auto Configure: fixed detection of newer Apple clang compilers. 2013-04-29 18:07:22 +04:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs release-1.5.0-RELEASE 2013-05-06 13:52:36 +04:00
misc Configure: unified nginx version computation constructs. 2013-03-28 08:47:25 +00:00
src Fixed lingering_time check. 2013-05-13 17:39:45 +04:00
.hgtags release-1.5.0 tag 2013-05-06 14:05:17 +04:00