comparison src/http/modules/perl/nginx.xs @ 3586:2d21e02fc01d stable-0.7

merge r3464, r3500, r3501: *) make $request_method non-cacheable *) make $arg_ variables non-cacheable *) change processing variables accessed by SSI and perl module: *) the indexed variables are always flushed *) never show warning for not found variables
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 10:26:50 +0000
parents 724e5cd44164
children
comparison
equal deleted inserted replaced
3585:3031b5931864 3586:2d21e02fc01d
845 "perl variable: \"%V\"", &var); 845 "perl variable: \"%V\"", &var);
846 } 846 }
847 847
848 #endif 848 #endif
849 849
850 vv = ngx_http_get_variable(r, &var, hash, 1); 850 vv = ngx_http_get_variable(r, &var, hash);
851 if (vv == NULL) { 851 if (vv == NULL) {
852 XSRETURN_UNDEF; 852 XSRETURN_UNDEF;
853 } 853 }
854 854
855 if (vv->not_found) { 855 if (vv->not_found) {