From a58e3ca14300fce97b2124233afe140c8d59199f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Sep 2002 14:48:24 +0000 Subject: nginx-0.0.1-2002-09-02-18:48:24 import --- src/core/ngx_connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index cdd72bb92..f275f9156 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -21,6 +21,8 @@ struct ngx_connection_s { ngx_event_t *write; #endif + off_t sent; + ngx_log_t *log; int (*handler)(ngx_connection_t *c); ngx_server_t *server; @@ -35,6 +37,8 @@ struct ngx_connection_s { size_t addr_textlen; unsigned int post_accept_timeout; + + unsigned unexpected_eof:1; }; -- cgit