# HG changeset patch # User Valentin Bartenev # Date 1365537107 -14400 # Node ID ca9a259cb5c8829b1534e813507e1e0f784b763b # Parent ff64337502f48c826b5a43bb22034b362b906c85 The SPDY module does not support "limit_rate", not "limit_req". diff --git a/xml/en/docs/http/ngx_http_spdy_module.xml b/xml/en/docs/http/ngx_http_spdy_module.xml --- a/xml/en/docs/http/ngx_http_spdy_module.xml +++ b/xml/en/docs/http/ngx_http_spdy_module.xml @@ -9,7 +9,7 @@ + rev="2">
@@ -41,8 +41,8 @@ Current implementation of SPDY protocol does not support “server push”. -Processing of requests from SPDY connections cannot be rate -limited. +Responses in SPDY connections cannot be +rate limited.
diff --git a/xml/ru/docs/http/ngx_http_spdy_module.xml b/xml/ru/docs/http/ngx_http_spdy_module.xml --- a/xml/ru/docs/http/ngx_http_spdy_module.xml +++ b/xml/ru/docs/http/ngx_http_spdy_module.xml @@ -9,7 +9,7 @@ + rev="2">
@@ -41,8 +41,8 @@ 2 протокола SPDY. -Скорость обработки запросов в SPDY-соединении не может быть -ограничена. +Cкорость передачи ответа клиенту в SPDY-соединении не может быть +ограничена.