]> granicus.if.org Git - libevent/commit
http: support unix domain sockets
authorSean Young <sean@mess.org>
Sun, 31 Jan 2016 11:31:00 +0000 (11:31 +0000)
committerAzat Khuzhin <azat@libevent.org>
Tue, 10 Aug 2021 20:22:10 +0000 (23:22 +0300)
commitf446229b2206691eae7ec892e68b2a0d6ef61306
treebbf3a0befb4d9f9affdbe2281d15c278195c9716
parent6f139b871100aa2322598dfd37c4145e033d2602
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>
http-internal.h
http.c
include/event2/http.h
test/regress_http.c