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
* fix#311: RetryingChannel propagates cancelation
Generally safer by using existing utility functionality to chain
futures instead of reimplementing async-transformation via
callbacks.
What happened?
When futures are canceled, the underlying request is not.
What did you want to happen?
Cancellation should make its way to the actual http client.
The text was updated successfully, but these errors were encountered: