From b0869056bb4385a6b30fc58c653716c45ed33916 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 10 Dec 2002 18:05:12 +0000 Subject: nginx-0.0.1-2002-12-10-21:05:12 import --- src/core/ngx_connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 2450ea3b8..b486f4be8 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -5,6 +5,7 @@ #include #include #include +#include #include typedef struct ngx_connection_s ngx_connection_t; @@ -38,8 +39,7 @@ struct ngx_connection_s { struct sockaddr *sockaddr; socklen_t socklen; size_t addr; - char *addr_text; - size_t addr_textlen; + ngx_str_t addr_text; ngx_hunk_t *buffer; unsigned int post_accept_timeout; -- cgit