aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-05 17:07:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-05 17:07:27 +0000
commit62260f2a158e27e5f6b1689e10dc25ea3c617473 (patch)
treed37c7d3f837c9f477a5010adedcbe98be89e735c /src/http/ngx_http_core_module.c
parentfaca119aa5b2375d247c4948ba6791e7d8d2b8bc (diff)
downloadnginx-62260f2a158e27e5f6b1689e10dc25ea3c617473.tar.gz
nginx-62260f2a158e27e5f6b1689e10dc25ea3c617473.zip
nginx-0.0.1-2003-12-05-20:07:27 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r--src/http/ngx_http_core_module.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 3046ca882..547e028e5 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -514,13 +514,7 @@ ngx_log_debug(r->connection->log, "trans: %s: %d" _
}
if (clcf->handler) {
- /*
- * if the location already has content handler then skip
- * the translation phase
- */
-
r->content_handler = clcf->handler;
- r->phase++;
}
return NGX_OK;