commit | 1b8b119932d10d9030aa6dccd3719e5a84de33b5 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Jan 29 17:02:48 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Jan 29 17:02:48 2003 +0000 |
tree | e1723d3cddd13834370beca4cb9e571926dc8169 | |
parent | fe5cb6b9e9195718578938d7cd236fe538dbb331 [diff] [blame] |
nginx-0.0.1-2003-01-29-20:02:48 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 1490c98..719781e 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -138,12 +138,15 @@ ngx_connection_t *connection; - u_int in_addr; + u_int in_addr; - int filter; + int port; + ngx_str_t port_name; - ssize_t client_content_length; - char *discarded_buffer; + int filter; + + ssize_t client_content_length; + char *discarded_buffer; ngx_str_t path; int path_err;