comparison src/http/ngx_http_core_module.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
2059 2059
2060 if (c->data == r && r->postponed == NULL) { 2060 if (c->data == r && r->postponed == NULL) {
2061 c->data = sr; 2061 c->data = sr;
2062 } 2062 }
2063 2063
2064 sr->port = r->port;
2065 sr->port_text = r->port_text; 2064 sr->port_text = r->port_text;
2066 2065
2067 sr->variables = r->variables; 2066 sr->variables = r->variables;
2068 2067
2069 sr->log_handler = r->log_handler; 2068 sr->log_handler = r->log_handler;