aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-07 14:33:02 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-06-07 14:33:02 +0000
commit84cc2cca53d228e18726146c4eb91e04aa48cfff (patch)
treecb299e06023d3e99cd826a99262c573a6a5ba1df /src
parent6c8e74bcd4b6bf79ee168f5e844567058f1ffaff (diff)
downloadnginx-84cc2cca53d228e18726146c4eb91e04aa48cfff.tar.gz
nginx-84cc2cca53d228e18726146c4eb91e04aa48cfff.zip
style fix
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_upstream.c2
1 files changed, 1 insertions, 1 deletions
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