diff xml/en/docs/http/ngx_http_limit_conn_module.xml @ 1566:0ca33afb461b

Added the http2 module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Sep 2015 21:00:27 +0300
parents 7d028fc94593
children a3509ca11ab4
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_conn_module"
         link="/en/docs/http/ngx_http_limit_conn_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -77,7 +77,7 @@ server {
 </example>
 allow only one connection per an IP address at a time.
 <note>
-In SPDY, each concurrent request is considered a separate connection.
+In HTTP/2 and SPDY, each concurrent request is considered a separate connection.
 </note>
 </para>