aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-29 17:02:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-01-29 17:02:48 +0000
commit1b8b119932d10d9030aa6dccd3719e5a84de33b5 (patch)
treee1723d3cddd13834370beca4cb9e571926dc8169 /src/http/ngx_http.h
parentfe5cb6b9e9195718578938d7cd236fe538dbb331 (diff)
downloadnginx-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.h11
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;