# HG changeset patch # User Ruslan Ermilov # Date 1520931638 -10800 # Node ID cf9e3d2893b607b1c8c7ba80322b04cf11bc3eff # Parent 31743c0496b0d7b166e63eecd1e3a7492b911211 Fixed description of the http tcp_nodelay directive. diff -r 31743c0496b0 -r cf9e3d2893b6 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed Mar 21 14:04:40 2018 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Mar 13 12:00:38 2018 +0300 @@ -10,7 +10,7 @@ + rev="76">
@@ -2605,8 +2605,11 @@ Enables or disables the use of the TCP_NODELAY option. -The option is enabled only when a connection is transitioned into the +The option is enabled when a connection is transitioned into the keep-alive state. +Additionally, it is enabled on SSL connections, +for unbuffered proxying, +and for WebSocket proxying. diff -r 31743c0496b0 -r cf9e3d2893b6 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Wed Mar 21 14:04:40 2018 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Mar 13 12:00:38 2018 +0300 @@ -10,7 +10,7 @@ + rev="76">
@@ -2608,7 +2608,10 @@ Разрешает или запрещает использование параметра TCP_NODELAY. -Параметр включается только при переходе соединения в состояние keep-alive. +Параметр включается при переходе соединения в состояние keep-alive. +Также, он включается на SSL-соединениях, +при небуферизованном проксировании +и при проксировании WebSocket.