mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Upstream: made the assignment more obvious.
No functional changes.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user