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
reqwest#2199[0] removed the error source from its Display impl, causing
us to lose context on why a request failed.
Manually iterate over error sources and append them to output message to
restore the original behavior. The first source is the intial error that
we have wrapped, so that must be skipped in order to prevent duplicating
the message.
[0] seanmonstar/reqwest#2199
0 commit comments