comparison xml/en/docs/http/ngx_http_fastcgi_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 323b0d071166
comparison
equal deleted inserted replaced
1439:457f2b57caa7 1440:657885fd2b96
1165 </para> 1165 </para>
1166 1166
1167 <para> 1167 <para>
1168 When buffering is enabled, the entire request body is 1168 When buffering is enabled, the entire request body is
1169 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link> 1169 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link>
1170 from the client before sending the request to a proxied server. 1170 from the client before sending the request to a FastCGI server.
1171 </para> 1171 </para>
1172 1172
1173 <para> 1173 <para>
1174 When buffering is disabled, the request body is sent to the proxied server 1174 When buffering is disabled, the request body is sent to the FastCGI server
1175 immediately as it is received. 1175 immediately as it is received.
1176 In this case, the request cannot be 1176 In this case, the request cannot be passed to the
1177 <link id="fastcgi_next_upstream">sent to the next server</link> 1177 <link id="fastcgi_next_upstream">next server</link>
1178 if nginx already started sending the request body. 1178 if nginx already started sending the request body.
1179 </para> 1179 </para>
1180 1180
1181 </directive> 1181 </directive>
1182 1182