-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Not sure if Okio or OkHttp bug.
Given
callTimeout - 3 seconds
readTimeout - 2 seconds
2 hosts (so readTimeout used twice)
Then we get failure after 4 seconds, instead of expected 3
But if we *increase readTimeout
callTimeout - 3 seconds
readTimeout - 4 seconds
2 hosts (so readTimeout used twice)
Then we get failure after 3 seconds.
So increasing a configured timeout, decreases the time to timeout.
I'm wondering whether readTimeout firing, is somehow resetting the callTimeout?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels