diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-21 05:38:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-21 05:38:28 +0000 |
commit | dd888c4caadfbd94c595e6e39bdb361de82dda9f (patch) | |
tree | 70b87e5dded501cf3c7449e4baa98f69a6fd0607 /src/core/ngx_connection.h | |
parent | e5dabbf077412b8a7a3caf6501e3a410256fcf72 (diff) | |
download | nginx-dd888c4caadfbd94c595e6e39bdb361de82dda9f.tar.gz nginx-dd888c4caadfbd94c595e6e39bdb361de82dda9f.zip |
nginx-0.0.11-2004-09-21-09:38:28 import
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 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; |