comparison xml/en/docs/http/ngx_http_v2_module.xml @ 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 08f48ecb13ba
children ea60a7dff3c1
comparison
equal deleted inserted replaced
1670:e28e4e0b8520 1671:5154b356a1b2
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_v2_module" 9 <module name="Module ngx_http_v2_module"
10 link="/en/docs/http/ngx_http_v2_module.html" 10 link="/en/docs/http/ngx_http_v2_module.html"
11 lang="en" 11 lang="en"
12 rev="5"> 12 rev="6">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides 17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides
34 <para> 34 <para>
35 The module is experimental, caveat emptor applies. 35 The module is experimental, caveat emptor applies.
36 </para> 36 </para>
37 37
38 <para> 38 <para>
39 Buffering of a client request body cannot be disabled 39 Before version 1.9.14,
40 buffering of a client request body could not be disabled
40 regardless of 41 regardless of
41 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>, 42 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
42 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>, 43 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
43 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and 44 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and
44 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/> 45 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>