From 682bf8e9c04fbe2fc9548985cdec173b6a9dcb27 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 16 Sep 2002 15:01:44 +0000 Subject: nginx-0.0.1-2002-09-16-19:01:44 import --- src/core/ngx_connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index f275f9156..2794a1c72 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -3,6 +3,7 @@ #include #include +#include #include #include @@ -36,6 +37,7 @@ struct ngx_connection_s { char *addr_text; size_t addr_textlen; + ngx_hunk_t *buffer; unsigned int post_accept_timeout; unsigned unexpected_eof:1; -- cgit