diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-23 11:53:01 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-23 11:53:01 +0000 |
commit | 187fcd82410e0f9022b0090a27b040eb1211c3f5 (patch) | |
tree | fd5b8310596a1a09120751929077899532fdda87 /src/http/ngx_http.c | |
parent | 6a1cc903bf2db47b7061791b9e878ededcba1aa4 (diff) | |
download | nginx-187fcd82410e0f9022b0090a27b040eb1211c3f5.tar.gz nginx-187fcd82410e0f9022b0090a27b040eb1211c3f5.zip |
nginx-0.0.1-2003-05-23-15:53:01 import
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 2544436fa..4b182d43f 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -462,12 +462,12 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, char *conf) ls->addr = offsetof(struct sockaddr_in, sin_addr); ls->addr_text_max_len = INET_ADDRSTRLEN; ls->backlog = -1; - ls->post_accept_timeout = cmcf->post_accept_timeout; ls->nonblocking = 1; ls->handler = ngx_http_init_connection; ls->log = cf->log; ls->pool_size = cmcf->connection_pool_size; + ls->post_accept_timeout = cmcf->post_accept_timeout; ls->ctx = ctx; if (in_port[p].addrs.nelts > 1) { |