nginx-0.0.1-2003-01-28-18:56:37 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index bdef899..810fda2 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -74,6 +74,8 @@
 
 
 typedef struct {
+    ngx_str_t         host_name;
+
     ngx_table_elt_t  *host;
     ngx_table_elt_t  *connection;
     ngx_table_elt_t  *if_modified_since;