# 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 -r 241ef7e23393 -r a55553729d63 xml/en/docs/http/ngx_http_scgi_module.xml --- 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 @@ + rev="17">
@@ -1081,7 +1081,7 @@ 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 -r 241ef7e23393 -r a55553729d63 xml/en/docs/http/ngx_http_uwsgi_module.xml --- 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 @@ + rev="19">
@@ -1123,7 +1123,7 @@ 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 -r 241ef7e23393 -r a55553729d63 xml/ru/docs/http/ngx_http_scgi_module.xml --- 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 @@ + rev="17">
@@ -1074,7 +1074,7 @@ Если для отправки тела исходного запроса используется HTTP/1.1 и передача данных частями (chunked transfer encoding), -то тело запроса буферизуется. +то тело запроса буферизуется независимо от значения директивы. diff -r 241ef7e23393 -r a55553729d63 xml/ru/docs/http/ngx_http_uwsgi_module.xml --- 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 @@ + rev="19">
@@ -1115,7 +1115,7 @@ Если для отправки тела исходного запроса используется HTTP/1.1 и передача данных частями (chunked transfer encoding), -то тело запроса буферизуется. +то тело запроса буферизуется независимо от значения директивы.