-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conn proxy support of UNIX Sockets #37
Comments
so far i only managed to write a proxy failure test: |
another work-in-progress branch here: i removed the assertions that the specified UNIX domain sockets for proxying are abstract sockets; i do in fact want to proxy unix sockets that are present on the filesystem. unfortunately this didn't work:
|
after chatting with Smurf and reading this blog post: i'm now convinced that what we must do is:
|
here's a pull-request for a "good enough" solution; proxy TCP from inside Oz to a UNIX socket on the host --> #65 |
This works and has been deployed for some time, closed. |
UNIX Sockets are currently broken in the connection proxy.
The text was updated successfully, but these errors were encountered: