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
#2088 seems to be at least partially motivated by the need to use axum's BodyDataStream with reqwest's Body type:
By using SyncWrapper we can avoid requiring Sync for the stream passed to Body::wrap_stream. This makes it easier to use streams like axum's BodyDataStream.
I think it was indeed just an accident that the Sync bound was reintroduced in #2059, at least that is how I interpret #2229 (comment)
Sync
bound inBody::wrap_stream()
had removed since #2088 (v0.11.24) but it back again at v0.12.0.I can't found any document for it so maybe just an accident?
The text was updated successfully, but these errors were encountered: