aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ngx_connection.h1
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;