# HG changeset patch # User Maxim Dounin <[email protected]> # Date 1751860824 -10800 # Mon Jul 07 07:00:24 2025 +0300 # Node ID b27605822bd1debade53f18223b604974e156127 # Parent 1b81369bbf4f9467e6d0650bf1b55abea4369ddc Fixed some articles in lingering close documentation.
diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -1204,9 +1204,9 @@ Controls how nginx closes client connect <para> The default value “<literal>on</literal>” instructs nginx to <link id="lingering_timeout">wait for</link> and -<link id="lingering_time">process</link> additional data from a client -before fully closing a connection, but only -if heuristics suggests that a client may be sending more data. +<link id="lingering_time">process</link> additional data from the client +before fully closing the connection, but only +if heuristics suggests that the client may be sending more data. </para> <para> @@ -1240,7 +1240,7 @@ the directive must be specified on the < <para> When <link id="lingering_close"/> is in effect, this directive specifies the maximum time during which nginx -will process (read and ignore) additional data coming from a client. +will process (read and ignore) additional data coming from the client. After that, the connection will be closed, even if there will be more data. </para>
