diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-12-04 14:53:00 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-12-04 14:53:00 +0000 |
| commit | f5003d8a66790932cae5168a913ae234cd4ce709 (patch) | |
| tree | 9f252372fa7b1bb6673394aaecce911e10605593 /src/http | |
| parent | 7adb8c0e8fa58c51dfaf2a563b2216e7d678435c (diff) | |
| download | nginx-f5003d8a66790932cae5168a913ae234cd4ce709.tar.gz nginx-f5003d8a66790932cae5168a913ae234cd4ce709.tar.bz2 | |
nginx-0.0.1-2003-12-04-17:53:00 import
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/ngx_http_core_module.c | 6 |
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; |
