diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-04-15 15:06:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-04-15 15:06:52 +0000 |
commit | 153d743b071263686878c7a72b313a060cd2b9d8 (patch) | |
tree | 7e5afd98a2ccd1e4ecbc73f7c81d01ae2119605f /src/http/ngx_http_core_module.c | |
parent | 9e4920b810e1e5e620d3c3638b20cef7446baa6d (diff) | |
download | nginx-153d743b071263686878c7a72b313a060cd2b9d8.tar.gz nginx-153d743b071263686878c7a72b313a060cd2b9d8.zip |
nginx-0.0.1-2003-04-15-19:06:52 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 310f94009..3ae8017fc 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -157,7 +157,7 @@ int ngx_http_handler(ngx_http_request_t *r) r->connection->unexpected_eof = 0; - r->keepalive = 1; + r->keepalive = 0; r->lingering_close = 1; #if 0 |