aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/ngx_http_perl_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-26 16:14:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-26 16:14:57 +0000
commit5297d456d82a17b2511624d96c9518fcc61ba44f (patch)
tree57d55b36b8f5efa87ea315ce56503aa486e96bf1 /src/http/modules/perl/ngx_http_perl_module.c
parentb603dd4b43b8c4b2cf8a1e74a87fd5799ab537b6 (diff)
downloadnginx-5297d456d82a17b2511624d96c9518fcc61ba44f.tar.gz
nginx-5297d456d82a17b2511624d96c9518fcc61ba44f.zip
axe r->connection->destroyed testing
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.c')
-rw-r--r--src/http/modules/perl/ngx_http_perl_module.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c
index 4409e8fa7..c4f52a58f 100644
--- a/src/http/modules/perl/ngx_http_perl_module.c
+++ b/src/http/modules/perl/ngx_http_perl_module.c
@@ -686,15 +686,6 @@ ngx_http_perl_call_handler(pTHX_ ngx_http_request_t *r, HV *nginx, SV *sub,
SPAGAIN;
- if (c->destroyed) {
- PUTBACK;
-
- FREETMPS;
- LEAVE;
-
- return NGX_DONE;
- }
-
if (n) {
if (rv == NULL) {
status = POPi;