# HG changeset patch # User Yaroslav Zhuravlev # Date 1414678837 -14400 # Node ID 7d028fc94593b66289d948d7a1cdcaa4b7ba4f4c # Parent 9825126ffdbc813975f7dda0de48452bf36f4190 Added a note about SPDY connections in limit_conn. Requested by Gunnlaugur Thor Briem. diff -r 9825126ffdbc -r 7d028fc94593 xml/en/docs/http/ngx_http_limit_conn_module.xml --- a/xml/en/docs/http/ngx_http_limit_conn_module.xml Thu Oct 30 16:49:40 2014 +0400 +++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml Thu Oct 30 18:20:37 2014 +0400 @@ -10,7 +10,7 @@ + rev="5">
@@ -76,6 +76,9 @@ } allow only one connection per an IP address at a time. + +In SPDY, each concurrent request is considered a separate connection. + diff -r 9825126ffdbc -r 7d028fc94593 xml/ru/docs/http/ngx_http_limit_conn_module.xml --- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml Thu Oct 30 16:49:40 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml Thu Oct 30 18:20:37 2014 +0400 @@ -10,7 +10,7 @@ + rev="5">
@@ -75,6 +75,9 @@ разрешают одновременно обрабатывать не более одного соединения с одного IP-адреса. + +В SPDY каждый параллельный запрос считается отдельным соединением. +