diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-01-29 07:25:51 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-29 07:25:51 +0000 |
commit | fe5cb6b9e9195718578938d7cd236fe538dbb331 (patch) | |
tree | 3e6dc306afbb64c76a3cdd8eeeba1db23792dcb7 /src/http/ngx_http.h | |
parent | a19a85e600c1c4d7daa9fdd20df3777169b5dc2b (diff) | |
download | nginx-fe5cb6b9e9195718578938d7cd236fe538dbb331.tar.gz nginx-fe5cb6b9e9195718578938d7cd236fe538dbb331.zip |
nginx-0.0.1-2003-01-29-10:25:51 import
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; |