diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 2 |
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; |