comparison src/http/ngx_http_request.c @ 2533:c843171d5dc2

axe r->port_text
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Feb 2009 07:29:55 +0000
parents 339da812982c
children 2749e4bf6af0
comparison
equal deleted inserted replaced
2532:aa53ef3e36e9 2533:c843171d5dc2
298 298
299 /* find the server configuration for the address:port */ 299 /* find the server configuration for the address:port */
300 300
301 port = c->listening->servers; 301 port = c->listening->servers;
302 302
303 r->port_text = &port->port_text;
304
305 r->connection = c; 303 r->connection = c;
306 304
307 if (port->naddrs > 1) { 305 if (port->naddrs > 1) {
308 306
309 /* 307 /*