comparison xml/en/docs/http/ngx_http_limit_conn_module.xml @ 2087:4931a7ba6a32

Restored proper tense in limit_conn description. The limit_conn module only limits connections with active requests, that is, if a connection has a request "being processed" by the server. During a text review in 95c3c3bbf1ce it was changed to "has a request processed", which is incorrect (it is true after processing the first request). Reported by Abilio Marques, http://mailman.nginx.org/pipermail/nginx/2017-December/055322.html.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 19 Dec 2017 20:49:06 +0300
parents 469aebbd94d0
children 5d7fd7d9a2b6
comparison
equal deleted inserted replaced
2086:bdfbdf74fb3d 2087:4931a7ba6a32
20 particular, the number of connections from a single IP address. 20 particular, the number of connections from a single IP address.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 Not all connections are counted. 24 Not all connections are counted.
25 A connection is counted only if it has a request processed by the server 25 A connection is counted only if it has a request being processed by the server
26 and the whole request header has already been read. 26 and the whole request header has already been read.
27 </para> 27 </para>
28 28
29 </section> 29 </section>
30 30