nginx-0.0.1-2003-01-29-10:25:51 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 810fda2..1490c98 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -74,7 +74,7 @@
 
 
 typedef struct {
-    ngx_str_t         host_name;
+    int               host_name_len;
 
     ngx_table_elt_t  *host;
     ngx_table_elt_t  *connection;
@@ -138,6 +138,8 @@
 
     ngx_connection_t  *connection;
 
+    u_int     in_addr;
+
     int       filter;
 
     ssize_t   client_content_length;