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
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Connect(Io(Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }))'
To be up front: I think this could be a wonky IIS server doing weird things, and I'm ready to blame the server over awc. But the reason I opened this discussion is because I swapped in reqwest and the HTTP succeeds fine, letting me download this zip:
This is the only use case I have for reqwest and have a mind to switch back to awc if I can figure out what's causing the Connection reset by peer error. Thanks for your time and sorry if this is a pebkac ('problem exists between keyboard and chair').
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I thought I'd open this in case I can learn what's differing here and whether it's worth more investigation.
I'm working on some transit/GTFS code and this line:
results in this runtime error:
To be up front: I think this could be a wonky IIS server doing weird things, and I'm ready to blame the server over
awc
. But the reason I opened this discussion is because I swapped inreqwest
and the HTTP succeeds fine, letting me download this zip:This gives me ✅.
This is the only use case I have for reqwest and have a mind to switch back to
awc
if I can figure out what's causing theConnection reset by peer
error. Thanks for your time and sorry if this is a pebkac ('problem exists between keyboard and chair').Beta Was this translation helpful? Give feedback.
All reactions