Hi Speakeasy team,
We're seeing retried timeout requests immediately fail with TimeoutError: signal timed out as soon as a single request configured with x-timeout configurations.
The bug is very likely at the point where the request is cloned within the _do() handler of the SDK itself here.
Would you accept a PR to fix this issue? Otherwise, we'll need to patch this locally.
Hi Speakeasy team,
We're seeing retried timeout requests immediately fail with
TimeoutError: signal timed outas soon as a single request configured withx-timeoutconfigurations.The bug is very likely at the point where the request is cloned within the
_do()handler of the SDK itself here.Would you accept a PR to fix this issue? Otherwise, we'll need to patch this locally.