# HG changeset patch # User Yaroslav Zhuravlev # Date 1427718045 -10800 # Node ID a55553729d630e1964e332c3cee0e7923b5823b7 # Parent 241ef7e233936dfcaf8431210c322bd331e3d5b1 Unified text of scgi and uwsgi request buffering with proxy. diff --git a/xml/en/docs/http/ngx_http_scgi_module.xml b/xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml +++ b/xml/en/docs/http/ngx_http_scgi_module.xml @@ -10,7 +10,7 @@ + rev="17">
@@ -1081,7 +1081,7 @@ if nginx already started sending the req 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. diff --git a/xml/en/docs/http/ngx_http_uwsgi_module.xml b/xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="19">
@@ -1123,7 +1123,7 @@ if nginx already started sending the req 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. diff --git a/xml/ru/docs/http/ngx_http_scgi_module.xml b/xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml @@ -10,7 +10,7 @@ + rev="17">
@@ -1074,7 +1074,7 @@ SCGI-сервер. Если для отправки тела исходного запроса используется HTTP/1.1 и передача данных частями (chunked transfer encoding), -то тело запроса буферизуется. +то тело запроса буферизуется независимо от значения директивы. diff --git a/xml/ru/docs/http/ngx_http_uwsgi_module.xml b/xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="19">
@@ -1115,7 +1115,7 @@ uwsgi-сервер. Если для отправки тела исходного запроса используется HTTP/1.1 и передача данных частями (chunked transfer encoding), -то тело запроса буферизуется. +то тело запроса буферизуется независимо от значения директивы.