aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
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;