comparison src/http/modules/perl/nginx.xs @ 811:35454083769f

$r->allow_ranges
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Oct 2006 13:56:32 +0000
parents 589841f06b87
children dbc6819acfcc
comparison
equal deleted inserted replaced
810:e3aa8f305d21 811:35454083769f
717 } 717 }
718 } 718 }
719 719
720 720
721 void 721 void
722 allow_ranges(r)
723 CODE:
724
725 ngx_http_request_t *r;
726
727 ngx_http_perl_set_request(r);
728
729 r->allow_ranges = 1;
730
731 XSRETURN_EMPTY;
732
733
734 void
722 unescape(r, text, type = 0) 735 unescape(r, text, type = 0)
723 CODE: 736 CODE:
724 737
725 dXSTARG; 738 dXSTARG;
726 ngx_http_request_t *r; 739 ngx_http_request_t *r;