diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 810fda2a4..1490c9887 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -74,7 +74,7 @@ typedef struct { 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 @@ struct ngx_http_request_s { ngx_connection_t *connection; + u_int in_addr; + int filter; ssize_t client_content_length; |