mirror of
https://github.com/nginx/nginx.git
synced 2024-11-28 08:09:00 +08:00
Style fix.
This commit is contained in:
parent
c2c3e3105f
commit
f2575bd878
@ -306,8 +306,8 @@ ngx_http_range_parse(ngx_http_request_t *r, ngx_http_range_filter_ctx_t *ctx)
|
||||
}
|
||||
|
||||
if (suffix) {
|
||||
start = r->headers_out.content_length_n - end;
|
||||
end = r->headers_out.content_length_n - 1;
|
||||
start = r->headers_out.content_length_n - end;
|
||||
end = r->headers_out.content_length_n - 1;
|
||||
}
|
||||
|
||||
if (start > end) {
|
||||
|
Loading…
Reference in New Issue
Block a user