comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1440:657885fd2b96

Corrected description of proxy_request_buffering and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Sun, 29 Mar 2015 01:09:22 +0300
parents 8e7995bb8c6b
children acba294382d6
comparison
equal deleted inserted replaced
1439:457f2b57caa7 1440:657885fd2b96
1482 </para> 1482 </para>
1483 1483
1484 <para> 1484 <para>
1485 When buffering is disabled, the request body is sent to the proxied server 1485 When buffering is disabled, the request body is sent to the proxied server
1486 immediately as it is received. 1486 immediately as it is received.
1487 In this case, the request cannot be 1487 In this case, the request cannot be passed to the
1488 <link id="proxy_next_upstream">sent to the next server</link> 1488 <link id="proxy_next_upstream">next server</link>
1489 if nginx already started sending the request body. 1489 if nginx already started sending the request body.
1490 </para> 1490 </para>
1491 1491
1492 <para> 1492 <para>
1493 When HTTP/1.1 chunked transfer encoding is used 1493 When HTTP/1.1 chunked transfer encoding is used
1494 to send the original request body, 1494 to send the original request body,
1495 the request body will be buffered unless 1495 the request body will be buffered regardless of the directive value unless
1496 <link id="proxy_http_version">HTTP/1.1 is enabled</link> for proxying. 1496 HTTP/1.1 is <link id="proxy_http_version">enabled</link> for proxying.
1497 </para> 1497 </para>
1498 1498
1499 </directive> 1499 </directive>
1500 1500
1501 1501