changeset 1443:a55553729d63

Unified text of scgi and uwsgi request buffering with proxy.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 30 Mar 2015 15:20:45 +0300
parents 241ef7e23393
children 919f07a0d778
files xml/en/docs/http/ngx_http_scgi_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Mon Mar 30 08:24:35 2015 +0000
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Mon Mar 30 15:20:45 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -1081,7 +1081,7 @@
 <para>
 When HTTP/1.1 chunked transfer encoding is used
 to send the original request body,
-the request body will be buffered.
+the request body will be buffered regardless of the directive value.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 30 08:24:35 2015 +0000
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 30 15:20:45 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="18">
+        rev="19">
 
 <section id="summary">
 
@@ -1123,7 +1123,7 @@
 <para>
 When HTTP/1.1 chunked transfer encoding is used
 to send the original request body,
-the request body will be buffered.
+the request body will be buffered regardless of the directive value.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml	Mon Mar 30 08:24:35 2015 +0000
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml	Mon Mar 30 15:20:45 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_scgi_module"
         link="/ru/docs/http/ngx_http_scgi_module.html"
         lang="ru"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -1074,7 +1074,7 @@
 <para>
 Если для отправки тела исходного запроса используется HTTP/1.1
 и передача данных частями (chunked transfer encoding),
-то тело запроса буферизуется.
+то тело запроса буферизуется независимо от значения директивы.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 30 08:24:35 2015 +0000
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 30 15:20:45 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="18">
+        rev="19">
 
 <section id="summary">
 
@@ -1115,7 +1115,7 @@
 <para>
 Если для отправки тела исходного запроса используется HTTP/1.1
 и передача данных частями (chunked transfer encoding),
-то тело запроса буферизуется.
+то тело запроса буферизуется независимо от значения директивы.
 </para>
 
 </directive>