diff options
Diffstat (limited to 'src/http/ngx_http_core.c')
-rw-r--r-- | src/http/ngx_http_core.c | 2 |
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; |