From 9cf783074fd7793ebb6859e7f62b054d79074efe Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 4 Jun 2003 17:28:33 +0000 Subject: nginx-0.0.1-2003-06-04-21:28:33 import --- src/core/ngx_connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') 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; }; -- cgit