comparison xml/en/docs/http/ngx_http_scgi_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
1065 </para> 1065 </para>
1066 1066
1067 <para> 1067 <para>
1068 When buffering is enabled, the entire request body is 1068 When buffering is enabled, the entire request body is
1069 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link> 1069 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link>
1070 from the client before sending the request to a proxied server. 1070 from the client before sending the request to an SCGI server.
1071 </para> 1071 </para>
1072 1072
1073 <para> 1073 <para>
1074 When buffering is disabled, the request body is sent to the proxied server 1074 When buffering is disabled, the request body is sent to the SCGI server
1075 immediately as it is received. 1075 immediately as it is received.
1076 In this case, the request cannot be 1076 In this case, the request cannot be passed to the
1077 <link id="scgi_next_upstream">sent to the next server</link> 1077 <link id="scgi_next_upstream">next server</link>
1078 if nginx already started sending the request body. 1078 if nginx already started sending the request body.
1079 </para> 1079 </para>
1080 1080
1081 <para> 1081 <para>
1082 When HTTP/1.1 chunked transfer encoding is used 1082 When HTTP/1.1 chunked transfer encoding is used