changeset 2121:cf9e3d2893b6

Fixed description of the http tcp_nodelay directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Mar 2018 12:00:38 +0300
parents 31743c0496b0
children 86a73b6f32f2
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="75">
+        rev="76">
 
 <section id="directives" name="Directives">
 
@@ -2605,8 +2605,11 @@ For example, such subrequests are create
 
 <para>
 Enables or disables the use of the <c-def>TCP_NODELAY</c-def> 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 <link doc="websocket.xml">WebSocket</link> proxying.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="75">
+        rev="76">
 
 <section id="directives" name="Директивы">
 
@@ -2608,7 +2608,10 @@ server {
 
 <para>
 Разрешает или запрещает использование параметра <c-def>TCP_NODELAY</c-def>.
-Параметр включается только при переходе соединения в состояние keep-alive.
+Параметр включается при переходе соединения в состояние keep-alive.
+Также, он включается на SSL-соединениях,
+при небуферизованном проксировании
+и при проксировании <link doc="websocket.xml">WebSocket</link>.
 </para>
 
 </directive>