diff options
author | Ruslan Ermilov <ru@nginx.com> | 2016-04-28 16:30:19 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2016-04-28 16:30:19 +0300 |
commit | 2a83e5fa6d8944de8f3ef4907775e3db7409d672 (patch) | |
tree | 8fdd5cfcc008721c06d711655d4cf3085273fe5f /src/http/ngx_http_core_module.c | |
parent | f315b7a924fa2c0da69c21078c930391a424aeef (diff) | |
download | nginx-2a83e5fa6d8944de8f3ef4907775e3db7409d672.tar.gz nginx-2a83e5fa6d8944de8f3ef4907775e3db7409d672.zip |
Removed unused flag unexpected_eof from ngx_connection_t.
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
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: |