From: Igor Sysoev Date: Wed, 25 Oct 2006 13:56:32 +0000 (+0000) Subject: $r->allow_ranges X-Git-Tag: release-0.4.11~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2aeb32e564fcaf1d6341dd5c97618c9c531e8184;p=nginx.git $r->allow_ranges --- diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index f65bbf093..d337edbd8 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -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: