From 1b8b119932d10d9030aa6dccd3719e5a84de33b5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 29 Jan 2003 17:02:48 +0000 Subject: nginx-0.0.1-2003-01-29-20:02:48 import --- src/http/ngx_http.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/http/ngx_http.h') 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; -- cgit