From f5003d8a66790932cae5168a913ae234cd4ce709 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 4 Dec 2003 14:53:00 +0000 Subject: nginx-0.0.1-2003-12-04-17:53:00 import --- src/http/ngx_http_core_module.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/http') 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; -- cgit