Closed serzhiio closed 5 years ago
I'm tracking and will do the update later.
Fixed the tests in https://github.com/async-rs/async-tls/commit/cd44fd7adfc24632c07a941c2daf4e05dc68be9e, but I'm not fully happy, especially here:
https://github.com/async-rs/async-tls/blob/master/tests/test.rs#L40-L46
Yeah that is not very nice, but given the current construction we can't implement AsyncRead
for &TlsStream
:/
Maybe @stjepang has an idea on how we could improve on this?