changeset 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 7f97ab081d24
children 31f21c7956dd
files xml/en/docs/http/ngx_http_v2_module.xml
diffstat 1 files changed, 19 insertions(+), 0 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
@@ -38,6 +38,25 @@ in the <literal>nginx-plus-http2</litera
 </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>