Skip to content
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

support for unix socket #19

Closed
trinity-1686a opened this issue Jun 25, 2020 · 2 comments
Closed

support for unix socket #19

trinity-1686a opened this issue Jun 25, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@trinity-1686a
Copy link
Contributor

For a personal project I need to connect to a local socks proxy through unix domain socket.
This is currently not supported by this crate, so I wanted to inquire if you were interested in supporting that, or if I should look for an other crate.
It could be done by allowing the end user to provide an AsyncRead+AsyncWrite, which would allow for this proposal to be implemented at the same time.

@sticnarf
Copy link
Owner

sticnarf commented Jun 27, 2020

It could be done by allowing the end user to provide an AsyncRead+AsyncWrite, which would allow for this proposal to be implemented at the same time.

Sounds like a good idea. I can add this feature but maybe not very soon.

Of course, it'll be great if you can just open a pull request for it.

@trinity-1686a
Copy link
Contributor Author

fixed by #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants