summaryrefslogtreecommitdiff
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-11 18:43:38 +0000
committerJonathan Kolb <jon@b0g.us>2007-06-11 18:43:38 +0000
commit0f2b18e48893729d4d4b261c139b5bbbdbd09506 (patch)
treee937060acdfc95dd2035c781f4e60ec88b4d798b /src/http/ngx_http_upstream.c
parent363832930d3147dbc4ae50d3ad58743e6f5a232c (diff)
downloadnginx-0f2b18e48893729d4d4b261c139b5bbbdbd09506.tar.gz
Changes with nginx 0.5.25 11 Jun 2007v0.5.25
*) Bugfix: nginx could not be built with the --without-http_rewrite_module parameter; bug appeared in 0.5.24.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-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