comparison src/http/ngx_http.c @ 113:d7f606e25b99

nginx-0.0.1-2003-07-04-19:10:33 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Jul 2003 15:10:33 +0000
parents 152567c11325
children ac69ab96328d
comparison
equal deleted inserted replaced
112:da763a85be66 113:d7f606e25b99
462 ls->addr_text_max_len = INET_ADDRSTRLEN; 462 ls->addr_text_max_len = INET_ADDRSTRLEN;
463 ls->backlog = -1; 463 ls->backlog = -1;
464 ls->nonblocking = 1; 464 ls->nonblocking = 1;
465 465
466 ls->handler = ngx_http_init_connection; 466 ls->handler = ngx_http_init_connection;
467 ls->log = cf->log; 467 ls->log = cf->cycle->log;
468 468
469 cscf = in_addr[a].core_srv_conf; 469 cscf = in_addr[a].core_srv_conf;
470 ls->pool_size = cscf->connection_pool_size; 470 ls->pool_size = cscf->connection_pool_size;
471 ls->post_accept_timeout = cscf->post_accept_timeout; 471 ls->post_accept_timeout = cscf->post_accept_timeout;
472 472