comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1146:d37892ad69ab

Corrected spelling in the "in the meantime" phrase.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 20:08:30 +0400
parents 1594ed379f1f
children 1501e5848052
comparison
equal deleted inserted replaced
1145:e6b28653c406 1146:d37892ad69ab
154 <para> 154 <para>
155 When <link id="fastcgi_buffering">buffering</link> of responses from the FastCGI 155 When <link id="fastcgi_buffering">buffering</link> of responses from the FastCGI
156 server is enabled, limits the total <value>size</value> of buffers that 156 server is enabled, limits the total <value>size</value> of buffers that
157 can be busy sending a response to the client while the response is not 157 can be busy sending a response to the client while the response is not
158 yet fully read. 158 yet fully read.
159 In the mean time, the rest of the buffers can be used for reading a response 159 In the meantime, the rest of the buffers can be used for reading a response
160 and, if needed, buffering part of a response to a temporary file. 160 and, if needed, buffering part of a response to a temporary file.
161 By default, <value>size</value> is limited by the size of two buffers set by the 161 By default, <value>size</value> is limited by the size of two buffers set by the
162 <link id="fastcgi_buffer_size"/> and <link id="fastcgi_buffers"/> directives. 162 <link id="fastcgi_buffer_size"/> and <link id="fastcgi_buffers"/> directives.
163 </para> 163 </para>
164 164