Commit f446229b2206691eae7ec892e68b2a0d6ef61306

Sean Young 2016-01-31T11:31:00

http: support unix domain sockets There are no standard for encoding a unix socket in an url. nginx uses: http://unix:/path/to/unix/socket:/httppath The second colon is needed to delimit where the unix path ends and where the rest of the url continues. Signed-off-by: Sean Young <sean@mess.org>