comparison src/http/ngx_http_core_module.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 a6d6d762c554
comparison
equal deleted inserted replaced
2532:aa53ef3e36e9 2533:c843171d5dc2
2058 sr->write_event_handler = ngx_http_handler; 2058 sr->write_event_handler = ngx_http_handler;
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
2064 sr->port_text = r->port_text;
2065 2063
2066 sr->variables = r->variables; 2064 sr->variables = r->variables;
2067 2065
2068 sr->log_handler = r->log_handler; 2066 sr->log_handler = r->log_handler;
2069 2067