-
Notifications
You must be signed in to change notification settings - Fork 35
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
Allow to take arbitrary socket instead of address to estaplish connexion to proxy #20
Conversation
lack actual way of creating such struct
I think this is ready, but the CI is failing and I can't figure out why. Any insight is welcome. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me. But you'd better reformat the project with the nightly toolchain (some settings in .rustfmt.toml
are not available on stable).
I think the CI failure is caused by concurrent tests. --test-threads 1
may help. You can add it to tests/integration_tests.sh
and try again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks very much!
This is an attempt at solving both #5 and #19.
Most code is here, but it lacks documentation, tests, and an example.
This does break compatibility as some types that were fixed are now parametrized, however I've mostly kept previous interface so that changes are actually minimal.