Commit e9c7a862 authored by Peter Wu's avatar Peter Wu Committed by Daniel Stenberg
Browse files

sws: add UNIX domain socket support



This extends sws with a --unix-socket option which causes the port to
be ignored (as the server now listens on the path specified by
--unix-socket). This feature will be available in the following patch
that enables checking for UNIX domain socket support.

Proxy support (CONNECT) is not considered nor tested. It does not make
sense anyway, first connecting through a TCP proxy, then let that TCP
proxy connect to a UNIX socket.

Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
parent fb7d7e00
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment