diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-24 17:30:59 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-24 17:30:59 +0000 |
| commit | 3a17f2483690412134e548a1a961e1424f958c01 (patch) | |
| tree | 48b1b8efe8887453284d6fa60c056a9626ba1bbf /src/http/ngx_http_core.c | |
| parent | 0d2bda53741ae243cca12364ccb662fd6b7b0d81 (diff) | |
| download | nginx-3a17f2483690412134e548a1a961e1424f958c01.tar.gz nginx-3a17f2483690412134e548a1a961e1424f958c01.tar.bz2 | |
nginx-0.0.1-2002-12-24-20:30:59 import
Diffstat (limited to 'src/http/ngx_http_core.c')
| -rw-r--r-- | src/http/ngx_http_core.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |
