-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Hi, what timeout is that? connection timeout? read timeout ? or summation of them?
Lines 230 to 233 in c839e8a
| // set timeout s = second | |
| func (req *Request) SetTimeout(n time.Duration) { | |
| req.Client.Timeout = time.Duration(n * time.Second) | |
| } |
and if no timeout is specify, what is the default timeout?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels