changeset 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 59a100b7b603
children 375a3dfde23b
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	Tue May 21 19:15:24 2019 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue May 28 20:47:41 2019 +0300
@@ -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 @@
 <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>
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue May 21 19:15:24 2019 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue May 28 20:47:41 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="82">
+        rev="83">
 
 <section id="directives" name="Директивы">
 
@@ -2080,7 +2080,10 @@
 <context>location</context>
 
 <para>
-Разрешает или запрещает сброс соединений по таймауту.
+Разрешает или запрещает сброс соединений по таймауту,
+а также при
+<link doc="ngx_http_rewrite_module.xml" id="return">закрытии</link>
+соединений с помощью нестандартного кода 444 (1.15.2).
 Сброс делается следующим образом.
 Перед закрытием сокета для него задаётся параметр
 <c-def>SO_LINGER</c-def>