diff src/http/ngx_http.h @ 56:058f01f78761

nginx-0.0.1-2003-01-29-20:02:48 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Jan 2003 17:02:48 +0000
parents cad6c2f43283
children 6b13b1cadabe
line wrap: on
line diff
--- 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         port;
+    ngx_str_t   port_name;
 
-    int       filter;
+    int         filter;
 
-    ssize_t   client_content_length;
-    char     *discarded_buffer;
+    ssize_t     client_content_length;
+    char       *discarded_buffer;
 
     ngx_str_t   path;
     int         path_err;