comparison src/http/modules/perl/ngx_http_perl_module.c @ 518:86dad910eeb6 NGINX_0_8_11

nginx 0.8.11 *) Change: directive "gzip_disable msie6" enables gzipping for MSIE 6.0 SV1. *) Feature: file AIO support on FreeBSD and Linux. *) Feature: the "directio_alignment" directive.
author Igor Sysoev <http://sysoev.ru>
date Fri, 28 Aug 2009 00:00:00 +0400
parents f39b9e29530d
children 80f7156c2965
comparison
equal deleted inserted replaced
517:15b5cddc5190 518:86dad910eeb6
684 684
685 n = call_sv(sub, G_EVAL); 685 n = call_sv(sub, G_EVAL);
686 686
687 SPAGAIN; 687 SPAGAIN;
688 688
689 if (c->destroyed) {
690 PUTBACK;
691
692 FREETMPS;
693 LEAVE;
694
695 return NGX_DONE;
696 }
697
698 if (n) { 689 if (n) {
699 if (rv == NULL) { 690 if (rv == NULL) {
700 status = POPi; 691 status = POPi;
701 692
702 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, 693 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,