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

feat: upgrade to hyper-v1, use hyper-utils for now #102

Closed
wants to merge 1 commit into from

Conversation

kristof-mattei
Copy link
Contributor

Update hyper-tls to use [email protected].

I used hyper-util for now, because I'm not smart enough to get around that.

I don't like TokioIo<TlsStream<TokioIo<T>>>. I think we should lift it to a separate type so it's not as bloated.

Why did I do this?

I need to use hyper (as reqwest doesn't do unix sockets yet). And I need TLS (which hyper doesn't do OOB).

This seems to do the trick for now.

@seanmonstar
Copy link
Member

Looks great! This reminds me we need to fix up CI in this repo too. 🙈

@kristof-mattei
Copy link
Contributor Author

See #104. I typed in Fixes in #103 which auto-closed #102.

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

Successfully merging this pull request may close these issues.

2 participants