diff src/http/ngx_http.c @ 411:4765ded59eaa

nginx-0.0.10-2004-08-30-23:24:51 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Aug 2004 19:24:51 +0000
parents d6e2b445c1b8
children b9bd635011de
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -257,11 +257,6 @@ static char *ngx_http_block(ngx_conf_t *
     *h = ngx_http_find_location_config;
 
 
-    ngx_init_array(cmcf->phases[NGX_HTTP_MISC_PHASE].handlers,
-                   cf->cycle->pool, 10, sizeof(ngx_http_handler_pt),
-                   NGX_CONF_ERROR);
-    cmcf->phases[NGX_HTTP_MISC_PHASE].type = NGX_DECLINED;
-
     ngx_init_array(cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers,
                    cf->cycle->pool, 10, sizeof(ngx_http_handler_pt),
                    NGX_CONF_ERROR);