comparison src/http/modules/perl/nginx.xs @ 252:644510700914 NGINX_0_4_11

nginx 0.4.11 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5. *) Feature: the ngx_http_perl_module supports the $r->allow_ranges method. *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; bug appeared in 0.4.10.
author Igor Sysoev <http://sysoev.ru>
date Wed, 25 Oct 2006 00:00:00 +0400
parents acd2ec3541cb
children f3ec44f4a53b
comparison
equal deleted inserted replaced
251:16ffa8ae5759 252:644510700914
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;