aboutsummaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-22 06:47:28 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-01-22 06:47:28 +0000
commitd8e1f07a93c014d57b7be0fd24fbee1978c95451 (patch)
treee26c2c328b667508cf627e4182492a9c748df5eb /src/http
parent2f2491b5ea235e8302f471ba42992a8f7006aa9d (diff)
downloadnginx-d8e1f07a93c014d57b7be0fd24fbee1978c95451.tar.gz
nginx-d8e1f07a93c014d57b7be0fd24fbee1978c95451.zip
nginx-0.0.1-2004-01-22-09:47:28 import
Diffstat (limited to 'src/http')
-rw-r--r--src/http/ngx_http.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 8aeefac5f..818dda972 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -501,10 +501,6 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ls->handler = ngx_http_init_connection;
-#if 0
- ls->log = cf->cycle->log;
-#endif
-
cscf = in_addr[a].core_srv_conf;
ls->pool_size = cscf->connection_pool_size;
ls->post_accept_timeout = cscf->post_accept_timeout;