changeset 886:ca9a259cb5c8

The SPDY module does not support "limit_rate", not "limit_req".
author Valentin Bartenev <vbart@nginx.com>
date Tue, 09 Apr 2013 23:51:47 +0400
parents ff64337502f4
children 6a4ef822a85c
files xml/en/docs/http/ngx_http_spdy_module.xml xml/ru/docs/http/ngx_http_spdy_module.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_spdy_module.xml	Thu Apr 04 14:33:17 2013 +0400
+++ b/xml/en/docs/http/ngx_http_spdy_module.xml	Tue Apr 09 23:51:47 2013 +0400
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_spdy_module"
         link="/en/docs/http/ngx_http_spdy_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -41,8 +41,8 @@
 </para>
 
 <para>
-Processing of requests from SPDY connections cannot be rate
-<link doc="ngx_http_limit_req_module.xml">limited</link>.
+Responses in SPDY connections cannot be
+<link doc="ngx_http_core_module.xml" id="limit_rate">rate limited</link>.
 </para>
 
 </section>
--- a/xml/ru/docs/http/ngx_http_spdy_module.xml	Thu Apr 04 14:33:17 2013 +0400
+++ b/xml/ru/docs/http/ngx_http_spdy_module.xml	Tue Apr 09 23:51:47 2013 +0400
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_spdy_module"
         link="/ru/docs/http/ngx_http_spdy_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -41,8 +41,8 @@
 </para>
 
 <para>
-Скорость обработки запросов в SPDY-соединении не может быть
-<link doc="ngx_http_limit_req_module.xml">ограничена</link>.
+Cкорость передачи ответа клиенту в SPDY-соединении не может быть
+<link doc="ngx_http_core_module.xml" id="limit_rate">ограничена</link>.
 </para>
 
 </section>