aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 09684c53f..9646f26a9 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -101,6 +101,7 @@ struct ngx_connection_s {
unsigned log_error:2; /* ngx_connection_log_error_e */
+ unsigned single_connection:1;
unsigned pipeline:1;
unsigned unexpected_eof:1;
unsigned timedout:1;