From feee7265b5f531fb42cca762a3ac0ae765941504 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 30 Dec 2007 08:15:27 +0000 Subject: axe useless r->server_name --- src/http/ngx_http_core_module.c | 1 - 1 file changed, 1 deletion(-) (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 5e2f2d3d5..27e723a5d 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1780,7 +1780,6 @@ ngx_http_subrequest(ngx_http_request_t *r, sr->in_addr = r->in_addr; sr->port = r->port; sr->port_text = r->port_text; - sr->server_name = r->server_name; sr->variables = r->variables; -- cgit