Connection timeout
Open
- Dominant language
- C++
- Stars
- 878
- Forks
- 526
- Avg merge
- 12d 19h
- Merged PRs (30d)
- 1
Description
When the network is disconnected, the server will reconnect after ten minutes, but select() always returns the connection timeout.
The select() is in s3_filesys.cc CURLReadStreamBase::FillBuffer().
And, I changed select() to curl_multi_wait(), and this problem still occurs. It is the reason of my system or the reason of the server ?
@rahul003 @tqchen thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.