comparison 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
comparison
equal deleted inserted replaced
1576:7f97ab081d24 1577:37be36b01d28
31 This module is also available as part of our 31 This module is also available as part of our
32 <commercial_version>commercial subscription</commercial_version> 32 <commercial_version>commercial subscription</commercial_version>
33 in the <literal>nginx-plus-http2</literal> package of NGINX Plus 33 in the <literal>nginx-plus-http2</literal> package of NGINX Plus
34 <link url="https://www.nginx.com/blog/nginx-plus-r7-released/">release 7</link>. 34 <link url="https://www.nginx.com/blog/nginx-plus-r7-released/">release 7</link>.
35 </note> 35 </note>
36 </para>
37
38 </section>
39
40
41 <section id="bugs" name="Known Issues">
42
43 <para>
44 The module is experimental, caveat emptor applies.
45 </para>
46
47 <para>
48 Buffering of a client request body cannot be disabled
49 regardless of
50 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
51 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
52 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and
53 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>
54 directive values.
36 </para> 55 </para>
37 56
38 </section> 57 </section>
39 58
40 59