comparison 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
comparison
equal deleted inserted replaced
2389:59a100b7b603 2390:655e7de7fd4b
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="82"> 13 rev="83">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
2080 <context>http</context> 2080 <context>http</context>
2081 <context>server</context> 2081 <context>server</context>
2082 <context>location</context> 2082 <context>location</context>
2083 2083
2084 <para> 2084 <para>
2085 Enables or disables resetting timed out connections. 2085 Enables or disables resetting timed out connections
2086 and connections
2087 <link doc="ngx_http_rewrite_module.xml" id="return">closed</link>
2088 with the non-standard code 444 (1.15.2).
2086 The reset is performed as follows. 2089 The reset is performed as follows.
2087 Before closing a socket, the 2090 Before closing a socket, the
2088 <c-def>SO_LINGER</c-def> 2091 <c-def>SO_LINGER</c-def>
2089 option is set on it with a timeout value of 0. 2092 option is set on it with a timeout value of 0.
2090 When the socket is closed, TCP RST is sent to the client, and all memory 2093 When the socket is closed, TCP RST is sent to the client, and all memory