changeset 1732:5eb54b170c74

Clarified cases when $request_body is not empty.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 15 Jun 2016 14:32:43 +0300
parents ae6bdb65ca7f
children ecf2dd95ceb6
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Wed Jun 08 13:50:50 2016 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Wed Jun 15 14:32:43 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="58">
+        rev="59">
 
 <section id="directives" name="Directives">
 
@@ -3041,7 +3041,8 @@
 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
 and
 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>
-directives.
+directives when the request body was read to
+a <link id="client_body_buffer_size">memory buffer</link>.
 </para>
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Wed Jun 08 13:50:50 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Wed Jun 15 14:32:43 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="58">
+        rev="59">
 
 <section id="directives" name="Директивы">
 
@@ -3037,7 +3037,9 @@
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>
 и
-<link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>.
+<link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>,
+когда тело было прочитано в
+<link id="client_body_buffer_size">буфер в памяти</link>.
 </para>
 </tag-desc>