comparison src/http/ngx_http_core.c @ 39:83fa61cd3d2f

nginx-0.0.1-2002-12-24-20:30:59 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 17:30:59 +0000
parents 2ffaa35fba42
children 59e7c7f30d49
comparison
equal deleted inserted replaced
38:2ffaa35fba42 39:83fa61cd3d2f
348 348
349 ngx_test_null(conf, 349 ngx_test_null(conf,
350 ngx_pcalloc(pool, sizeof(ngx_http_core_loc_conf_t)), 350 ngx_pcalloc(pool, sizeof(ngx_http_core_loc_conf_t)),
351 NULL); 351 NULL);
352 352
353 conf->send_timeout = 10;
354 /*
353 conf->send_timeout = NGX_CONF_UNSET; 355 conf->send_timeout = NGX_CONF_UNSET;
356 */
354 357
355 return conf; 358 return conf;
356 } 359 }
357 360
358 #if 0 361 #if 0