diff src/http/ngx_http_upstream.c @ 310:95d92ec39071 NGINX_0_5_25

nginx 0.5.25 *) Bugfix: nginx could not be built with the --without-http_rewrite_module parameter; bug appeared in 0.5.24.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Jun 2007 00:00:00 +0400
parents 30862655219e
children d5ec0be9c835
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -969,7 +969,7 @@ ngx_http_upstream_process_header(ngx_eve
     }
 
     n = u->peer.connection->recv(u->peer.connection, u->buffer.last,
-                                      u->buffer.end - u->buffer.last);
+                                 u->buffer.end - u->buffer.last);
 
     if (n == NGX_AGAIN) {
 #if 0