commit | d3434dfa63c0884e64d9977acec7569e94b38e1b | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Feb 21 13:58:45 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Feb 21 13:58:45 2008 +0000 |
tree | 90e6c4f5174f995da18625e0fae9a9a2265bda6f | |
parent | 09248b7a55f660d85e70e9999090063651c99904 [diff] |
check port in upstream list
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 89240c0..aedc504 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c
@@ -392,6 +392,7 @@ uscf = uscfp[i]; if (uscf->host.len == host->len + && uscf->port == u->resolved->port && ngx_memcmp(uscf->host.data, host->data, host->len) == 0) { goto found;