comparison xml/en/docs/http/ngx_http_proxy_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
148 <para> 148 <para>
149 When <link id="proxy_buffering">buffering</link> of responses from the proxied 149 When <link id="proxy_buffering">buffering</link> of responses from the proxied
150 server is enabled, limits the total <value>size</value> of buffers that 150 server is enabled, limits the total <value>size</value> of buffers that
151 can be busy sending a response to the client while the response is not 151 can be busy sending a response to the client while the response is not
152 yet fully read. 152 yet fully read.
153 In the mean time, the rest of the buffers can be used for reading a response 153 In the meantime, the rest of the buffers can be used for reading a response
154 and, if needed, buffering part of a response to a temporary file. 154 and, if needed, buffering part of a response to a temporary file.
155 By default, <value>size</value> is limited by the size of two buffers set by the 155 By default, <value>size</value> is limited by the size of two buffers set by the
156 <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/> directives. 156 <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/> directives.
157 </para> 157 </para>
158 158