From: Igor Sysoev Date: Thu, 7 Jun 2007 14:33:02 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.5.25~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=84cc2cca53d228e18726146c4eb91e04aa48cfff;p=nginx.git style fix --- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index a88f5c5e4..392783664 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -969,7 +969,7 @@ ngx_http_upstream_process_header(ngx_event_t *rev) } 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