diff xml/en/docs/http/ngx_http_core_module.xml @ 2390:655e7de7fd4b

Documented "return 444" when reset_timedout_connection is on.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 28 May 2019 20:47:41 +0300
parents 144c8e3d6c09
children 375a3dfde23b
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="82">
+        rev="83">
 
 <section id="directives" name="Directives">
 
@@ -2082,7 +2082,10 @@ and should not generally be used.
 <context>location</context>
 
 <para>
-Enables or disables resetting timed out connections.
+Enables or disables resetting timed out connections
+and connections
+<link doc="ngx_http_rewrite_module.xml" id="return">closed</link>
+with the non-standard code 444 (1.15.2).
 The reset is performed as follows.
 Before closing a socket, the
 <c-def>SO_LINGER</c-def>