From b3e73d869ecef9248468e0ccc2d7d0abdbee495c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 10 Oct 2003 15:10:50 +0000 Subject: nginx-0.0.1-2003-10-10-19:10:50 import --- src/core/ngx_connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/ngx_connection.h') 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 -- cgit