Update to std-future#39
Conversation
|
It seems like this should just wrap tokio-tls to avoid re-implementing all of that stuff. |
|
I've a got a WIP branch here: https://github.com/jakubadamw/hyper-tls/tree/tokio-tls. It is, however, blocked on a small change to |
|
@95th, if you don't mind, when that's merged in, I'll pick up my branch, cherry-pick your fixes to examples and create a PR. OK? |
|
@jakubadamw By all means, please go ahead. |
|
@95th, I rebased my branch against yours but I got stuck on just one remaining error in my changes. It seems I need to read up more carefully on This is what I'm getting: Adding an |
|
@jakubadamw I fixed that issue and made a PR to your repo. Do you want to create a separate PR or do you want to merge your changes in this PR itself? |
|
@95th, great, thanks! Please go ahead and just carry all over to this PR. :) Oh, and if it turns out to be necessary, feel free to just squash away my commit. |
|
@jakubadamw Done. Thanks |
Closes #38.
Uses tokio-tls