aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-06-04 17:28:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-06-04 17:28:33 +0000
commit9cf783074fd7793ebb6859e7f62b054d79074efe (patch)
treeb5bd9726d10952b0fab24754e2af210a9b644682 /src/core/ngx_connection.h
parent1c10462e88491d52a23e22fbc3ca0012591df095 (diff)
downloadnginx-9cf783074fd7793ebb6859e7f62b054d79074efe.tar.gz
nginx-9cf783074fd7793ebb6859e7f62b054d79074efe.zip
nginx-0.0.1-2003-06-04-21:28:33 import
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 c75fd1f06..81b5987ca 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -46,6 +46,7 @@ struct ngx_connection_s {
unsigned pipeline:1;
unsigned unexpected_eof:1;
unsigned tcp_nopush:1;
+ unsigned tcp_nopush_enabled:1;
};