# HG changeset patch # User Yaroslav Zhuravlev # Date 1427199441 -10800 # Node ID 8e7995bb8c6b769cd5c843088b8f58c75c08ebc1 # Parent 2333e08e277d16723b7b4e6d75eb206d4b27849e Documented proxy_request_buffering and friends. diff -r 2333e08e277d -r 8e7995bb8c6b xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="28">
@@ -1152,6 +1152,35 @@ + +on | off +on +http +server +location +1.7.11 + + +Enables or disables buffering of a client request body. + + + +When buffering is enabled, the entire request body is +read +from the client before sending the request to a proxied server. + + + +When buffering is disabled, the request body is sent to the proxied server +immediately as it is received. +In this case, the request cannot be +sent to the next server +if nginx already started sending the request body. + + + + + size 0 diff -r 2333e08e277d -r 8e7995bb8c6b xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="36">
@@ -1463,6 +1463,42 @@ + +on | off +on +http +server +location +1.7.11 + + +Enables or disables buffering of a client request body. + + + +When buffering is enabled, the entire request body is +read +from the client before sending the request to a proxied server. + + + +When buffering is disabled, the request body is sent to the proxied server +immediately as it is received. +In this case, the request cannot be +sent to the next server +if nginx already started sending the request body. + + + +When HTTP/1.1 chunked transfer encoding is used +to send the original request body, +the request body will be buffered unless +HTTP/1.1 is enabled for proxying. + + + + + size 0 diff -r 2333e08e277d -r 8e7995bb8c6b xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="16">
@@ -1052,6 +1052,41 @@ + +on | off +on +http +server +location +1.7.11 + + +Enables or disables buffering of a client request body. + + + +When buffering is enabled, the entire request body is +read +from the client before sending the request to a proxied server. + + + +When buffering is disabled, the request body is sent to the proxied server +immediately as it is received. +In this case, the request cannot be +sent to the next server +if nginx already started sending the request body. + + + +When HTTP/1.1 chunked transfer encoding is used +to send the original request body, +the request body will be buffered. + + + + + time 60s diff -r 2333e08e277d -r 8e7995bb8c6b xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="18">
@@ -1094,6 +1094,41 @@ + +on | off +on +http +server +location +1.7.11 + + +Enables or disables buffering of a client request body. + + + +When buffering is enabled, the entire request body is +read +from the client before sending the request to a proxied server. + + + +When buffering is disabled, the request body is sent to the proxied server +immediately as it is received. +In this case, the request cannot be +sent to the next server +if nginx already started sending the request body. + + + +When HTTP/1.1 chunked transfer encoding is used +to send the original request body, +the request body will be buffered. + + + + + time 60s diff -r 2333e08e277d -r 8e7995bb8c6b xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="28">
@@ -1146,6 +1146,35 @@ + +on | off +on +http +server +location +1.7.11 + + +Разрешает или запрещает использовать буферизацию тела запроса клиента. + + + +Если буферизация включена, то тело запроса полностью +читается +от клиента перед отправкой запроса на проксируемый сервер. + + + +Если буферизация выключена, то тело запроса отправляется +на проксируемый сервер сразу же по мере его поступления. +В этом случае запрос не может быть +отправлен на следующий сервер, +если nginx уже начал отправку запроса. + + + + + размер 0 diff -r 2333e08e277d -r 8e7995bb8c6b xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="36">
@@ -1462,6 +1462,42 @@ + +on | off +on +http +server +location +1.7.11 + + +Разрешает или запрещает использовать буферизацию тела запроса клиента. + + + +Если буферизация включена, то тело запроса полностью +читается +от клиента перед отправкой запроса на проксируемый сервер. + + + +Если буферизация выключена, то тело запроса отправляется +на проксируемый сервер сразу же по мере его поступления. +В этом случае запрос не может быть +отправлен на следующий сервер, +если nginx уже начал отправку запроса. + + + +Если для отправки первоначального тела запроса используется HTTP/1.1 +и передача данных частями (chunked transfer encoding), +то тело запроса буферизуется, если для проксирования также не +включен HTTP/1.1. + + + + + размер 0 diff -r 2333e08e277d -r 8e7995bb8c6b xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="16">
@@ -1045,6 +1045,41 @@ + +on | off +on +http +server +location +1.7.11 + + +Разрешает или запрещает использовать буферизацию тела запроса клиента. + + + +Если буферизация включена, то тело запроса полностью +читается +от клиента перед отправкой запроса на проксируемый сервер. + + + +Если буферизация выключена, то тело запроса отправляется +на проксируемый сервер сразу же по мере его поступления. +В этом случае запрос не может быть +отправлен на следующий сервер, +если nginx уже начал отправку запроса. + + + +Если для отправки первоначального тела запроса используется HTTP/1.1 +и передача данных частями (chunked transfer encoding), +то тело запроса буферизуется. + + + + + время 60s diff -r 2333e08e277d -r 8e7995bb8c6b xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Wed Mar 18 19:01:42 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Tue Mar 24 15:17:21 2015 +0300 @@ -10,7 +10,7 @@ + rev="18">
@@ -1086,6 +1086,41 @@ + +on | off +on +http +server +location +1.7.11 + + +Разрешает или запрещает использовать буферизацию тела запроса клиента. + + + +Если буферизация включена, то тело запроса полностью +читается +от клиента перед отправкой запроса на проксируемый сервер. + + + +Если буферизация выключена, то тело запроса отправляется +на проксируемый сервер сразу же по мере его поступления. +В этом случае запрос не может быть +отправлен на следующий сервер, +если nginx уже начал отправку запроса. + + + +Если для отправки первоначального тела запроса используется HTTP/1.1 +и передача данных частями (chunked transfer encoding), +то тело запроса буферизуется. + + + + + время 60s