We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ca.NewClient don't allow setting a timeout for the http client.
If an http client don't have a timeout, it can potentially wait forever, setting one is a common best practice.
But the client in the ca don't don't provide any way of setting it.
ca
The text was updated successfully, but these errors were encountered:
Add option to specify a client timeout
5ea0d89
This commit adds to the ca Client a new option to specify the client timeout. Fixes #2176
f5425ff
1a05f48
maraino
Successfully merging a pull request may close this issue.
Hello!
Issue details
ca.NewClient don't allow setting a timeout for the http client.
Why is this needed?
If an http client don't have a timeout, it can potentially wait forever, setting one is a common best practice.
But the client in the
ca
don't don't provide any way of setting it.The text was updated successfully, but these errors were encountered: