Replies: 1 comment 1 reply
-
Someone else also asked about this: #724. I'd suggest discussing what the API and impl looks like could go in that issue. From a downloading point-of-view, it's possible to do this without reqwest's help. Instead of using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would
CURLOPT_LOW_SPEED_LIMIT
/CURLOPT_LOW_SPEED_TIME
-like functionality fit intoreqwest
?I have a situation where switching between wifi / cellular networks hangs reqwest Requests for a very long time, and it would be very beneficial for me to be able to detect that no data has been transferred for x seconds, and just have
reqwest
error out and let me handle that instead.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions