From 2a83e5fa6d8944de8f3ef4907775e3db7409d672 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 28 Apr 2016 16:30:19 +0300 Subject: Removed unused flag unexpected_eof from ngx_connection_t. --- src/http/ngx_http_core_module.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http') diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index bd36aeccc..e3c070f16 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -793,8 +793,6 @@ ngx_http_handler(ngx_http_request_t *r) r->connection->log->action = NULL; - r->connection->unexpected_eof = 0; - if (!r->internal) { switch (r->headers_in.connection_type) { case 0: -- cgit