changeset 362:db6774c4c699

Fixed translation.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jan 2012 22:11:16 +0000
parents 1018108c5068
children c7fccbe03827
files xml/en/docs/http/ngx_http_proxy_module.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Jan 26 21:22:01 2012 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Jan 26 22:11:16 2012 +0000
@@ -72,7 +72,7 @@
 
 <para>
 When buffering is disabled, a response is passed to a client synchronously,
-immediately upon receipt.
+immediately as it is received.
 nginx will not try to read the whole response from the proxied server.
 The maximum size of the data that nginx can receive from the server
 at a time is set by the <link id="proxy_buffer_size"/> directive.