Replies: 3 comments 4 replies
-
I could use |
Beta Was this translation helpful? Give feedback.
-
Hi @pineman , What a coincidence. I was reading about wcurl and some timeout feature curl supports, which is used to emulate wget redirect/retries support, and I thought to myself that Indeed, avoid Perhaps you can help me design this one. I think this can be supported in the following ways:
I've been leaning towards the first (it'd transparently work for the LMK what you think. |
Beta Was this translation helpful? Give feedback.
-
@pineman are you able to test the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @HoneyryderChuck!
It seems to me that the
request_timeout
timer is reset on each redirect. Concretely:I was expecting this code to timeout after 1s, globally, across all redirects. In reality, it will return after following 90 redirects (if all of those requests are under 1s), which in my machine is taking around 25s.
Is it possible to support a "global timeout" option, across all redirects? Or am I missing something here? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions