You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use tokio::io::copy against RequestStream, but it does not seem to implement tokio::io::AsyncRead and tokio::io::AsyncWrite.
Do you intend to implement these in the future?
If you intend to do so, I can attempt to fix them. Then, do you have any implementation policies or tips?
The text was updated successfully, but these errors were encountered:
Most likely not. A request stream can send other frames besides just data. It shouldn't be too complicated to make an adapter outside of the crate, though.
I wanted to use
tokio::io::copy
againstRequestStream
, but it does not seem to implementtokio::io::AsyncRead
andtokio::io::AsyncWrite
.Do you intend to implement these in the future?
If you intend to do so, I can attempt to fix them. Then, do you have any implementation policies or tips?
The text was updated successfully, but these errors were encountered: