Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow , in host when using Client (#1761)
When using a url like http://example.com,/ URI will parse "example.com," as host. HostClient then splits this by "," into multiple addresses and will connect to example.com. HostClient splitting the address by "," is only for direct use, not for use with Client.
- Loading branch information