Upstream: made the assignment more obvious.

No functional changes.
This commit is contained in:
Ruslan Ermilov 2013-05-21 12:54:26 +04:00
parent 1b10a9adf8
commit 5b57d01365

View File

@ -1701,7 +1701,7 @@ ngx_http_upstream_process_header(ngx_http_request_t *r, ngx_http_upstream_t *u)
n = u->buffer.last - u->buffer.pos;
if (n) {
u->buffer.last -= n;
u->buffer.last = u->buffer.pos;
u->state->response_length += n;