# HG changeset patch # User Igor Sysoev # Date 1093288169 0 # Node ID ba080922330954a29d157affe0b062916c19b43d # Parent e2452dd9c0871287ad4869358711d06648b08292 nginx-0.0.10-2004-08-23-23:09:29 import diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -188,9 +188,10 @@ static void ngx_http_init_request(ngx_ev if (in_port->addrs.nelts > 1) { /* - * There are the several addresses on this port and one of them - * is "*:port" so getsockname() is needed to determine + * There are several addresses on this port and one of them + * is the "*:port" wildcard so getsockname() is needed to determine * the server address. + * * AcceptEx() already gave this address. */ @@ -297,6 +298,7 @@ static void ngx_http_init_request(ngx_ev ngx_http_close_connection(c); return; } + /* * set by ngx_pcalloc(): *