Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what timeout #32

Open
jasonwee opened this issue Jan 2, 2023 · 0 comments
Open

what timeout #32

jasonwee opened this issue Jan 2, 2023 · 0 comments

Comments

@jasonwee
Copy link

jasonwee commented Jan 2, 2023

Hi, what timeout is that? connection timeout? read timeout ? or summation of them?

requests/requests.go

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant