diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-02-24 07:29:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-24 07:29:55 +0000 |
commit | 1966aedd6d4f7a61dd4b7b4ddbeadf56291b1621 (patch) | |
tree | 620573f5d732e45bd64cb5d6e7e9f75941be9fa3 /src/http/ngx_http_request.c | |
parent | 50273503aa9e449bf1905425936958a2825b0975 (diff) | |
download | nginx-1966aedd6d4f7a61dd4b7b4ddbeadf56291b1621.tar.gz nginx-1966aedd6d4f7a61dd4b7b4ddbeadf56291b1621.zip |
axe r->port_text
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index bd1420043..d1dc290fc 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -300,8 +300,6 @@ ngx_http_init_request(ngx_event_t *rev) port = c->listening->servers; - r->port_text = &port->port_text; - r->connection = c; if (port->naddrs > 1) { |