summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 9407f46ae..c5c8f939f 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -238,6 +238,7 @@ typedef struct {
ngx_str_t passwd;
ngx_str_t server;
+ ngx_str_t port;
off_t content_length_n;
time_t keep_alive_n;
@@ -600,6 +601,8 @@ struct ngx_http_request_s {
u_char *schema_end;
u_char *host_start;
u_char *host_end;
+ u_char *port_start;
+ u_char *port_end;
unsigned http_minor:16;
unsigned http_major:16;