diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index f7fa3f3fe..e82ae583e 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -102,7 +102,6 @@ struct ngx_connection_s { unsigned pipeline:1; unsigned unexpected_eof:1; unsigned tcp_nopush:1; - unsigned tcp_nopush_enabled:1; #if (HAVE_IOCP) unsigned accept_context_updated:1; #endif |