diff xml/en/docs/http/ngx_http_v2_module.xml @ 1577:37be36b01d28

Added the "Known issues" section to the ngx_http_v2 module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 28 Sep 2015 23:04:43 +0300
parents 61a3285d77aa
children c711a8a1a8f9
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml	Wed Sep 23 14:40:16 2015 +0300
+++ b/xml/en/docs/http/ngx_http_v2_module.xml	Mon Sep 28 23:04:43 2015 +0300
@@ -38,6 +38,25 @@
 </section>
 
 
+<section id="bugs" name="Known Issues">
+
+<para>
+The module is experimental, caveat emptor applies.
+</para>
+
+<para>
+Buffering of a client request body cannot 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"/>,
+<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and
+<link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>
+directive values.
+</para>
+
+</section>
+
+
 <section id="example" name="Example Configuration">
 
 <para>