mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +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) {
|
if (suffix) {
|
||||||
start = r->headers_out.content_length_n - end;
|
start = r->headers_out.content_length_n - end;
|
||||||
end = r->headers_out.content_length_n - 1;
|
end = r->headers_out.content_length_n - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (start > end) {
|
if (start > end) {
|
||||||
|
Loading…
Reference in New Issue
Block a user