summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-24 07:09:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-24 07:09:57 +0000
commit0d2bda53741ae243cca12364ccb662fd6b7b0d81 (patch)
tree0f92086bac56ab8c3dcdea0703e3552a68c6369d /src/http/ngx_http_core.c
parent295bb6335d2f0b1931dbd0ff93de87fad189e9a7 (diff)
downloadnginx-0d2bda53741ae243cca12364ccb662fd6b7b0d81.tar.gz
nginx-0d2bda53741ae243cca12364ccb662fd6b7b0d81.tar.bz2
nginx-0.0.1-2002-12-24-10:09:57 import
Diffstat (limited to 'src/http/ngx_http_core.c')
-rw-r--r--src/http/ngx_http_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core.c b/src/http/ngx_http_core.c
index 6d5d72276..62e6eea50 100644
--- a/src/http/ngx_http_core.c
+++ b/src/http/ngx_http_core.c
@@ -50,7 +50,7 @@ int ngx_http_handler(ngx_http_request_t *r)
r->connection->unexpected_eof = 0;
r->lingering_close = 1;
- r->keepalive = 1;
+ r->keepalive = 0;
#if 1
r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY;