mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 03:17:17 +08:00
Upstream: made the assignment more obvious.
No functional changes.
This commit is contained in:
parent
1b10a9adf8
commit
5b57d01365
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user