diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-06-04 17:28:33 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-04 17:28:33 +0000 |
| commit | 9cf783074fd7793ebb6859e7f62b054d79074efe (patch) | |
| tree | b5bd9726d10952b0fab24754e2af210a9b644682 /src/core/ngx_connection.h | |
| parent | 1c10462e88491d52a23e22fbc3ca0012591df095 (diff) | |
| download | nginx-9cf783074fd7793ebb6859e7f62b054d79074efe.tar.gz nginx-9cf783074fd7793ebb6859e7f62b054d79074efe.tar.bz2 | |
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.h | 1 |
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; }; |
