mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
$r->allow_ranges
This commit is contained in:
parent
3e5d9454c3
commit
2aeb32e564
@ -718,6 +718,19 @@ internal_redirect(r, uri)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
allow_ranges(r)
|
||||
CODE:
|
||||
|
||||
ngx_http_request_t *r;
|
||||
|
||||
ngx_http_perl_set_request(r);
|
||||
|
||||
r->allow_ranges = 1;
|
||||
|
||||
XSRETURN_EMPTY;
|
||||
|
||||
|
||||
void
|
||||
unescape(r, text, type = 0)
|
||||
CODE:
|
||||
|
Loading…
Reference in New Issue
Block a user