]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.0.10-2004-08-23-23:09:29 import
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Aug 2004 19:09:29 +0000 (19:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Aug 2004 19:09:29 +0000 (19:09 +0000)
src/http/ngx_http_request.c

index 25d75c6f53d8dde5774c0fa4554d6861b38ca0a6..95e6d5f2bee20baf3930999fa8d303e97e1eba4f 100644 (file)
@@ -188,9 +188,10 @@ static void ngx_http_init_request(ngx_event_t *rev)
     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_event_t *rev)
         ngx_http_close_connection(c);
         return;
     }
+
     /*
      * set by ngx_pcalloc():
      *