diff src/http/ngx_http_core_module.c @ 2529:339da812982c

axe r->port
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2009 21:19:35 +0000
parents c1975ccd0215
children c843171d5dc2
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -2061,7 +2061,6 @@ ngx_http_subrequest(ngx_http_request_t *
         c->data = sr;
     }
 
-    sr->port = r->port;
     sr->port_text = r->port_text;
 
     sr->variables = r->variables;