From 3a17f2483690412134e548a1a961e1424f958c01 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 24 Dec 2002 17:30:59 +0000 Subject: nginx-0.0.1-2002-12-24-20:30:59 import --- src/http/ngx_http_core.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/http/ngx_http_core.c') diff --git a/src/http/ngx_http_core.c b/src/http/ngx_http_core.c index 62e6eea50..e20d4683a 100644 --- a/src/http/ngx_http_core.c +++ b/src/http/ngx_http_core.c @@ -350,7 +350,10 @@ static void *ngx_http_core_create_loc_conf(ngx_pool_t *pool) ngx_pcalloc(pool, sizeof(ngx_http_core_loc_conf_t)), NULL); + conf->send_timeout = 10; +/* conf->send_timeout = NGX_CONF_UNSET; +*/ return conf; } -- cgit