]> git.kaiwu.me - nginx.git/commitdiff
fix typo introduced in r3985
authorIgor Sysoev <igor@sysoev.ru>
Tue, 2 Aug 2011 12:43:01 +0000 (12:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 2 Aug 2011 12:43:01 +0000 (12:43 +0000)
src/http/ngx_http_core_module.c

index f7ebacb40282bf51897678da6cbd0e87c72109ec..60aff8c3de5f7acddde2b10bde68b2461afc1198 100644 (file)
@@ -3482,7 +3482,7 @@ ngx_http_core_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
                               prev->keepalive_header, 0);
     ngx_conf_merge_uint_value(conf->keepalive_requests,
                               prev->keepalive_requests, 100);
-    ngx_conf_merge_msec_value(conf->lingering_close,
+    ngx_conf_merge_uint_value(conf->lingering_close,
                               prev->lingering_close, NGX_HTTP_LINGERING_ON);
     ngx_conf_merge_msec_value(conf->lingering_time,
                               prev->lingering_time, 30000);