hyperium / hyper-tls

Apache License 2.0
189 stars 95 forks source link

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

Closed kristof-mattei closed 1 year ago

kristof-mattei commented 1 year ago

Dupe of #102. Seems like my text in PR #103 autoclosed #102.

Update hyper-tls to use hyper@1.0.0-rc.4.

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.

loyd commented 11 months ago

Can it be released?