diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-02-11 07:14:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-02-11 07:14:40 +0000 |
commit | 1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54 (patch) | |
tree | e5aa2cd3962b5d587778077222d917254368ced2 /src/http/ngx_http_core_module.c | |
parent | 7300977320e04280c13d4d89a279f75af9c5f893 (diff) | |
download | nginx-1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54.tar.gz nginx-1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54.zip |
nginx-0.0.1-2003-02-11-10:14:40 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 2f33b5726..072fe3666 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -101,10 +101,10 @@ int ngx_http_handler(ngx_http_request_t *r) r->connection->unexpected_eof = 0; - r->lingering_close = 0; - r->keepalive = 0; + r->lingering_close = 1; + r->keepalive = 1; -#if 0 +#if 1 r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY; #endif |