diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-12-30 08:15:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-30 08:15:27 +0000 |
commit | feee7265b5f531fb42cca762a3ac0ae765941504 (patch) | |
tree | d3e064e6dc9c6a22bf737d7b90599c98dfbe3efd /src/http/ngx_http_core_module.c | |
parent | cc5956772bb28f1ca815d2636d44469ba00e687e (diff) | |
download | nginx-feee7265b5f531fb42cca762a3ac0ae765941504.tar.gz nginx-feee7265b5f531fb42cca762a3ac0ae765941504.zip |
axe useless r->server_name
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |