]> git.kaiwu.me - nginx.git/commit
Upstream: removed unnecessary condition in proxy_eval() and friends.
authorRuslan Ermilov <ru@nginx.com>
Mon, 31 Oct 2016 15:33:31 +0000 (18:33 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 31 Oct 2016 15:33:31 +0000 (18:33 +0300)
commit4e1720b0a21c6f8ad9f459630e270372387207ba
tree504a0bf437e8cb5928cf13f2cd628539152482d6
parentdf9b2b9011b89614b143808f983ace8ced0f8873
Upstream: removed unnecessary condition in proxy_eval() and friends.

The first condition added in d3454e719bbb should have just replaced
the second one.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/stream/ngx_stream_proxy_module.c