commit | fe5cb6b9e9195718578938d7cd236fe538dbb331 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Jan 29 07:25:51 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Jan 29 07:25:51 2003 +0000 |
tree | 3e6dc306afbb64c76a3cdd8eeeba1db23792dcb7 | |
parent | a19a85e600c1c4d7daa9fdd20df3777169b5dc2b [diff] [blame] |
nginx-0.0.1-2003-01-29-10:25:51 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 810fda2..1490c98 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -74,7 +74,7 @@ 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 @@ ngx_connection_t *connection; + u_int in_addr; + int filter; ssize_t client_content_length;