From dd888c4caadfbd94c595e6e39bdb361de82dda9f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 21 Sep 2004 05:38:28 +0000 Subject: nginx-0.0.11-2004-09-21-09:38:28 import --- src/core/ngx_connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index ed5d53dc2..fbfe67fd2 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -112,7 +112,6 @@ struct ngx_connection_s { unsigned buffered:1; unsigned single_connection:1; - unsigned pipeline:1; unsigned unexpected_eof:1; unsigned timedout:1; signed tcp_nopush:2; -- cgit