changeset 1447:a32df48d88fc

Documented that proxy_request_buffering is on with SPDY enabled.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 08 Apr 2015 17:36:41 +0300
parents 493fb0be4f58
children d3390895fe6e
files xml/en/docs/http/ngx_http_spdy_module.xml xml/ru/docs/http/ngx_http_spdy_module.xml
diffstat 2 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_spdy_module.xml	Tue Apr 07 19:05:29 2015 +0300
+++ b/xml/en/docs/http/ngx_http_spdy_module.xml	Wed Apr 08 17:36:41 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_spdy_module"
         link="/en/docs/http/ngx_http_spdy_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -50,6 +50,16 @@
 <link doc="ngx_http_core_module.xml" id="limit_rate">rate limited</link>.
 </para>
 
+<para>
+Buffering of a client request body cannot be disabled
+regardless of
+<link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
+<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
+<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and
+<link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>
+directive values.
+</para>
+
 </section>
 
 
--- a/xml/ru/docs/http/ngx_http_spdy_module.xml	Tue Apr 07 19:05:29 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_spdy_module.xml	Wed Apr 08 17:36:41 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_spdy_module"
         link="/ru/docs/http/ngx_http_spdy_module.html"
         lang="ru"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -50,6 +50,15 @@
 <link doc="ngx_http_core_module.xml" id="limit_rate">ограничена</link>.
 </para>
 
+<para>
+Буферизация тела запроса клиента не может быть выключена
+независимо от значения директив
+<link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
+<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
+<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/> и
+<link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>.
+</para>
+
 </section>