Client hangs indefinitely on connection, ignores `requestTimeout` setting
See original GitHub issueFor what it’s worth, both curl
and sttp
client cancel the same connection after the provided timeout.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
BlazeClient: requestTimeout is not enforced #2386 - GitHub
Expected behavior: A timeout exception is thrown after 1 second. Actual behavior: The request seems to be stuck indefinitely.
Read more >http connection timeout issues - java - Stack Overflow
So after the phone is idling, the first time i try to connect, the http connection ignores the setconnectiontimeout and runs forever, after...
Read more >A Complete Guide to Timeouts in Node.js - Better Stack
Assigning timeout values prevents network operations in Node.js from blocking indefinitely. This article provides extensive instruction on ...
Read more >Don't use Go's default HTTP client (in production) - Medium
A malfunctioning or malicious service can hang on to your connection forever, potentially starving your application. Golang · API.
Read more >Does curl have a timeout? - Unix & Linux Stack Exchange
Yes. Timeout parameters. curl has two options: --connect-timeout and --max-time . Quoting from the manpage: --connect-timeout <seconds> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Yes, I expect they’ve solved it, although I can’t be sure, as I wasn’t able to reproduce it.
I think it did. Please reopen if it’s still a problem.