changeset 1671:5154b356a1b2

Unbuffered request body upload support in http2.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 04 Apr 2016 19:21:47 +0300
parents e28e4e0b8520
children 9c98c4498f08
files xml/en/docs/http/ngx_http_v2_module.xml xml/ru/docs/http/ngx_http_v2_module.xml
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml
+++ b/xml/en/docs/http/ngx_http_v2_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -36,7 +36,8 @@ The module is experimental, caveat empto
 </para>
 
 <para>
-Buffering of a client request body cannot be disabled
+Before version 1.9.14,
+buffering of a client request body could not be disabled
 regardless of
 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
--- a/xml/ru/docs/http/ngx_http_v2_module.xml
+++ b/xml/ru/docs/http/ngx_http_v2_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_v2_module"
         link="/ru/docs/http/ngx_http_v2_module.html"
         lang="ru"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -36,7 +36,8 @@
 </para>
 
 <para>
-Буферизация тела запроса клиента не может быть запрещена
+До версии 1.9.14
+буферизация тела запроса клиента не могла быть запрещена
 независимо от
 значения директив
 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,