mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 04:12:05 +00:00
Style fix.
This commit is contained in:
parent
c2c3e3105f
commit
f2575bd878
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue