comparison xml/en/docs/http/ngx_http_uwsgi_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 a55553729d63
comparison
equal deleted inserted replaced
1439:457f2b57caa7 1440:657885fd2b96
1107 </para> 1107 </para>
1108 1108
1109 <para> 1109 <para>
1110 When buffering is enabled, the entire request body is 1110 When buffering is enabled, the entire request body is
1111 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link> 1111 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link>
1112 from the client before sending the request to a proxied server. 1112 from the client before sending the request to a uwsgi server.
1113 </para> 1113 </para>
1114 1114
1115 <para> 1115 <para>
1116 When buffering is disabled, the request body is sent to the proxied server 1116 When buffering is disabled, the request body is sent to the uwsgi server
1117 immediately as it is received. 1117 immediately as it is received.
1118 In this case, the request cannot be 1118 In this case, the request cannot be passed to the
1119 <link id="uwsgi_next_upstream">sent to the next server</link> 1119 <link id="uwsgi_next_upstream">next server</link>
1120 if nginx already started sending the request body. 1120 if nginx already started sending the request body.
1121 </para> 1121 </para>
1122 1122
1123 <para> 1123 <para>
1124 When HTTP/1.1 chunked transfer encoding is used 1124 When HTTP/1.1 chunked transfer encoding is used