The recent PR to Hyper has caused a breaking change that makes this not work with the code from that commit onwards. It seems like the only thing needed to get hyper-tls working again is for it to implement the AsyncRead and AsyncWrite traits from tokio_io. This will allow it to work as a connector again for Hyper.
The recent PR to Hyper has caused a breaking change that makes this not work with the code from that commit onwards. It seems like the only thing needed to get hyper-tls working again is for it to implement the AsyncRead and AsyncWrite traits from tokio_io. This will allow it to work as a connector again for Hyper.