comparison src/http/ngx_http_request.c @ 2529:339da812982c

axe r->port
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2009 21:19:35 +0000
parents c1975ccd0215
children c843171d5dc2
comparison
equal deleted inserted replaced
2528:c1975ccd0215 2529:339da812982c
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 = port->port;
304 r->port_text = &port->port_text; 303 r->port_text = &port->port_text;
305 304
306 r->connection = c; 305 r->connection = c;
307 306
308 if (port->naddrs > 1) { 307 if (port->naddrs > 1) {