]> git.kaiwu.me - nginx.git/commit
Proxy: fixed upstream search by proxy_pass with variables.
authorRuslan Ermilov <ru@nginx.com>
Thu, 30 Jan 2014 14:57:11 +0000 (18:57 +0400)
committerRuslan Ermilov <ru@nginx.com>
Thu, 30 Jan 2014 14:57:11 +0000 (18:57 +0400)
commit8d288ec49ae1e7087732562d142fdfc257ac5541
tree899d5ae4de0ea5b456e89eefd968b311c8a9719b
parent4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5
Proxy: fixed upstream search by proxy_pass with variables.

If "proxy_pass" is specified with variables, the resulting
hostname is looked up in the list of upstreams defined in
configuration.  The search was case-sensitive, as opposed
to the case of "proxy_pass" specified without variables.
src/http/ngx_http_upstream.c