changeset 1347:7d028fc94593

Added a note about SPDY connections in limit_conn. Requested by Gunnlaugur Thor Briem.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Oct 2014 18:20:37 +0400
parents 9825126ffdbc
children 5e45198fa991
files xml/en/docs/http/ngx_http_limit_conn_module.xml xml/ru/docs/http/ngx_http_limit_conn_module.xml
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
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="4">
+        rev="5">
 
 <section id="summary">
 
@@ -76,6 +76,9 @@ server {
     }
 </example>
 allow only one connection per an IP address at a time.
+<note>
+In SPDY, each concurrent request is considered a separate connection.
+</note>
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml
+++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_limit_conn_module"
         link="/ru/docs/http/ngx_http_limit_conn_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -75,6 +75,9 @@ server {
 </example>
 разрешают одновременно обрабатывать не более одного соединения с одного
 IP-адреса.
+<note>
+В SPDY каждый параллельный запрос считается отдельным соединением.
+</note>
 </para>
 
 <para>