diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-09-02 14:48:24 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-09-02 14:48:24 +0000 |
| commit | a58e3ca14300fce97b2124233afe140c8d59199f (patch) | |
| tree | d24eff379cc7dfb5c6952f1bb15735cd63ba2179 /src/core/ngx_connection.h | |
| parent | 016b85270268989d769bade2004a7c628a47d726 (diff) | |
| download | nginx-a58e3ca14300fce97b2124233afe140c8d59199f.tar.gz nginx-a58e3ca14300fce97b2124233afe140c8d59199f.tar.bz2 | |
nginx-0.0.1-2002-09-02-18:48:24 import
Diffstat (limited to 'src/core/ngx_connection.h')
| -rw-r--r-- | src/core/ngx_connection.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; |
