The official NGINX Open Source repository.
Go to file
Roman Arutyunyan 6dae95a7d4 Stream: speed up TCP peer recovery.
Previously, an unavailable peer was considered recovered after a successful
proxy session to this peer.  Until then, only a single client connection per
fail_timeout was allowed to be proxied to the peer.

Since stream sessions can be long, it may take indefinite time for a peer to
recover, limiting the ability of the peer to receive new connections.

Now, a peer is considered recovered after a successful TCP connection is
established to it.  Balancers are notified of this event via the notify()
callback.
2016-12-26 14:27:05 +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 nginx-1.11.7-RELEASE 2016-12-13 18:21:23 +03:00
misc Win32: added a variable to specify compiler. 2016-12-24 18:01:14 +03:00
src Stream: speed up TCP peer recovery. 2016-12-26 14:27:05 +03:00
.hgtags release-1.11.7 tag 2016-12-13 18:21:23 +03:00