Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting Transfer Timeout problem #55

Open
sascha-hendel opened this issue Feb 14, 2025 · 0 comments
Open

setting Transfer Timeout problem #55

sascha-hendel opened this issue Feb 14, 2025 · 0 comments

Comments

@sascha-hendel
Copy link

If I change the TransferTimeout value for a request with a custom value, for example:

$request->setTransferTimeout(5);

there will be still TimeoutExceptions with (default timeout) message:

Amp\Http\Client\TimeoutException: Allowed transfer timeout exceeded, took longer than 10 s in ...

I tried changes on InactivityTimeout, too. This seems to be working correctly:
$request->setInactivityTimeout(4);
produced error messages
Amp\Http\Client\TimeoutException: Allowed inactivity timeout exceeded, took longer than 4 s in ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant