-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I believe the timeout that can be set through http_client refers to the connection timeout. And I think the process shown below sets a timeout on isahc. According to the isahc documentation, it is not the connection timeout that can be set with timeout(). The connection timeout can be set with connect_timeout().
Line 90 in 3c0ed9a
builder = builder.timeout(timeout); |
Line 118 in 3c0ed9a
builder = builder.timeout(timeout); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working