From 1966aedd6d4f7a61dd4b7b4ddbeadf56291b1621 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 24 Feb 2009 07:29:55 +0000 Subject: axe r->port_text --- src/http/ngx_http_core_module.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/ngx_http_core_module.c') diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 34dafaac6..3abd6d4fe 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2061,8 +2061,6 @@ ngx_http_subrequest(ngx_http_request_t *r, c->data = sr; } - sr->port_text = r->port_text; - sr->variables = r->variables; sr->log_handler = r->log_handler; -- cgit