aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2022-02-14 10:14:07 +0300
committerSergey Kandaurov <pluknet@nginx.com>2022-02-14 10:14:07 +0300
commita767450093200c76dba8851a9453f13296dd6371 (patch)
treed8defe592e6ce44e1dd79ebbd6915bc215855403 /src/core/ngx_connection.h
parent45a8ca0e7a1ae7ec4f7769919e9f3e007113d5ad (diff)
parent828fb94e1dbe1c433edd39147ba085c4622c99ed (diff)
downloadnginx-a767450093200c76dba8851a9453f13296dd6371.tar.gz
nginx-a767450093200c76dba8851a9453f13296dd6371.zip
Merged with the default branch.
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 68fdce53e..274abd07f 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -189,6 +189,7 @@ struct ngx_connection_s {
unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */
unsigned need_last_buf:1;
+ unsigned need_flush_buf:1;
#if (NGX_HAVE_SENDFILE_NODISKIO || NGX_COMPAT)
unsigned busy_count:2;