diff xml/en/docs/http/ngx_http_core_module.xml @ 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 0b3103eabdf1
children b19d5d47c16c
line wrap: on
line diff
--- 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 @@
 <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 @@
 
 <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>