diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-01-29 17:02:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-29 17:02:48 +0000 |
commit | 1b8b119932d10d9030aa6dccd3719e5a84de33b5 (patch) | |
tree | e1723d3cddd13834370beca4cb9e571926dc8169 /src/http/ngx_http.h | |
parent | fe5cb6b9e9195718578938d7cd236fe538dbb331 (diff) | |
download | nginx-1b8b119932d10d9030aa6dccd3719e5a84de33b5.tar.gz nginx-1b8b119932d10d9030aa6dccd3719e5a84de33b5.zip |
nginx-0.0.1-2003-01-29-20:02:48 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 1490c9887..719781efc 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -138,12 +138,15 @@ struct ngx_http_request_s { 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; |