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 fo connect_to #362

Open
initprism opened this issue Nov 8, 2021 · 1 comment · May be fixed by #363
Open

support fo connect_to #362

initprism opened this issue Nov 8, 2021 · 1 comment · May be fixed by #363
Labels
feature A new feature!

Comments

@initprism
Copy link

I know that this crates supports DNS resolve. However, the connect_to function is missing.
libcurl-connect_to

curl-rs is already supporting it. see

@sagebind sagebind added the feature A new feature! label Nov 9, 2021
@sagebind
Copy link
Owner

sagebind commented Nov 9, 2021

This is a good suggestion, this sounds like something that would be totally appropriate for us to support! One difference between this and dns_resolve is that we can support this on a per-request basis, whereas we're forced to limit dns_resolve to be client-wide to avoid weird behavior with concurrent requests.

@sagebind sagebind linked a pull request Nov 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants