comparison src/http/ngx_http.c @ 236:86e473b5641e

nginx-0.0.1-2004-01-22-09:47:28 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Jan 2004 06:47:28 +0000
parents f1d0e5f09c1e
children 674f85a4d00f
comparison
equal deleted inserted replaced
235:6bd5d25b6744 236:86e473b5641e
499 #endif 499 #endif
500 #endif 500 #endif
501 501
502 ls->handler = ngx_http_init_connection; 502 ls->handler = ngx_http_init_connection;
503 503
504 #if 0
505 ls->log = cf->cycle->log;
506 #endif
507
508 cscf = in_addr[a].core_srv_conf; 504 cscf = in_addr[a].core_srv_conf;
509 ls->pool_size = cscf->connection_pool_size; 505 ls->pool_size = cscf->connection_pool_size;
510 ls->post_accept_timeout = cscf->post_accept_timeout; 506 ls->post_accept_timeout = cscf->post_accept_timeout;
511 507
512 clcf = cscf->ctx->loc_conf[ngx_http_core_module.ctx_index]; 508 clcf = cscf->ctx->loc_conf[ngx_http_core_module.ctx_index];