Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-28 18:56:37 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-01-28 18:56:37 +0300
commita19a85e600c1c4d7daa9fdd20df3777169b5dc2b (patch)
tree730bbaeeee69ccc527c3c7c10aab76a9c65cd3db /src/http/ngx_http.h
parent9b25d691d3a472cb499d638b57f18e743cc2c4f3 (diff)
nginx-0.0.1-2003-01-28-18:56:37 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index bdef89995..810fda2a4 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -74,6 +74,8 @@ typedef struct {
typedef struct {
+ ngx_str_t host_name;
+
ngx_table_elt_t *host;
ngx_table_elt_t *connection;
ngx_table_elt_t *if_modified_since;