$r->allow_ranges

This commit is contained in:
Igor Sysoev 2006-10-25 13:56:32 +00:00
parent 3e5d9454c3
commit 2aeb32e564

View File

@ -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 void
unescape(r, text, type = 0) unescape(r, text, type = 0)
CODE: CODE: