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
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Currently, multipart-async only seems to support the tokio::io traits and not the futures::io ones. It might be useful to support both sets of async I/O traits while the community hasn't definitively settled on one.
This is also a blocker for integration with surf (http-rs/surf#75).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
multipart-async
only seems to support thetokio::io
traits and not thefutures::io
ones. It might be useful to support both sets of async I/O traits while the community hasn't definitively settled on one.This is also a blocker for integration with
surf
(http-rs/surf#75).The text was updated successfully, but these errors were encountered: