diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-06-07 12:27:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-07 12:27:06 +0000 |
| commit | ba08ffbd6b8cfb7706cf2d0dbe2b70eb18af08a5 (patch) | |
| tree | 824396b2b591e5c690d346a89eba5c5c9aa53f71 /src/http/modules/perl/ngx_http_perl_module.c | |
| parent | 1839e0d53c634818674eb7ca6333d109d96b949a (diff) | |
| download | nginx-ba08ffbd6b8cfb7706cf2d0dbe2b70eb18af08a5.tar.gz nginx-ba08ffbd6b8cfb7706cf2d0dbe2b70eb18af08a5.tar.bz2 | |
merge r3528:
remove r->zero_in_uri
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.c')
| -rw-r--r-- | src/http/modules/perl/ngx_http_perl_module.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c index 7688cf61d..8ab066925 100644 --- a/src/http/modules/perl/ngx_http_perl_module.c +++ b/src/http/modules/perl/ngx_http_perl_module.c @@ -168,10 +168,6 @@ ngx_http_perl_xs_init(pTHX) static ngx_int_t ngx_http_perl_handler(ngx_http_request_t *r) { - if (r->zero_in_uri) { - return NGX_HTTP_NOT_FOUND; - } - ngx_http_perl_handle_request(r); return NGX_DONE; |
