The official NGINX Open Source repository. https://nginx.org/
Find a file
Maxim Dounin c3ad24da01 Improved connection draining with small number of connections.
Closing up to 32 connections might be too aggressive if worker_connections
is set to a comparable number (and/or there are only a small number of
reusable connections).  If an occasional connection shorage happens in
such a configuration, it leads to closing all reusable connections instead
of gradually reducing keepalive timeout to a smaller value.  To improve
granularity in such configurations we now close no more than 1/8 of all
reusable connections at once.

Suggested by Joel Cunningham.
2017-01-20 14:03:20 +03:00
auto Win32: compatiblity with OpenSSL 1.1.0. 2016-12-24 18:01:14 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: added 'commentstring' for vim-commentary support. 2016-12-13 00:49:44 +01:00
docs Year 2017. 2017-01-10 17:13:06 +03:00
misc Win32: added a variable to specify compiler. 2016-12-24 18:01:14 +03:00
src Improved connection draining with small number of connections. 2017-01-20 14:03:20 +03:00
.hgtags release-1.11.8 tag 2016-12-27 17:23:08 +03:00