Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Url encode host header for unix domain sockets
When sending the `host` header for a request to a unix domain socket the value must be url encoded, since most such values have invalid slash characters. (fixes benoitc#382)
- Loading branch information