mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
f446229b22
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>