diff src/http/ngx_http_core_module.c @ 6532:2f98b5709d79

Removed unused flag unexpected_eof from ngx_connection_t.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 28 Apr 2016 16:30:19 +0300
parents 3ef7bb882ad4
children adf25b8d0431
line wrap: on
line diff
--- 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: