comparison src/http/modules/perl/nginx.xs @ 3574:724e5cd44164 stable-0.7

merge r3318, r3449: perl related fixes: *) do not log error if $r->variable was not found *) delete ngx_http_perl_cleanup_t unused since r909
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 08:51:48 +0000
parents 92bd6afe8d9c
children 2d21e02fc01d
comparison
equal deleted inserted replaced
3573:5d9ff79eab6f 3574:724e5cd44164
899 v->value = val; 899 v->value = val;
900 900
901 XSRETURN_UNDEF; 901 XSRETURN_UNDEF;
902 } 902 }
903 903
904 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
905 "variable \"%V\" not found", &var);
906
907 XSRETURN_UNDEF; 904 XSRETURN_UNDEF;
908 } 905 }
909 906
910 if (value) { 907 if (value) {
911 vv->len = val.len; 908 vv->len = val.len;