[nginx-site] Fixed some articles in lingering close documentation.
Maxim Dounin
mdounin at mdounin.ru
Mon Jul 7 23:16:22 UTC 2025
details: http://freenginx.org/hg/nginx-site/rev/b27605822bd1
branches:
changeset: 3106:b27605822bd1
user: Maxim Dounin <mdounin at mdounin.ru>
date: Mon Jul 07 07:00:24 2025 +0300
description:
Fixed some articles in lingering close documentation.
diffstat:
xml/en/docs/http/ngx_http_core_module.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
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>
More information about the nginx-devel
mailing list