Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug: x-forwarded-proto set incorrectly
When routed via multiple proxies, x_forwarded_proto set as httphttps or wswss instead of http,https or ws,wss, since + operator seems to have a higher precedence than the terniary operator and the expression was getting evaluated to true always
- Loading branch information