-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove unused WithTimeout
method
#11420
Conversation
Why is this unused? |
I'm not sure what the original intent was. cc @kasey |
I added it because I was wrapping the underlying http client and thought it would be important to give people access to the underlying timeout setting via an option. I don't remember if I used it at some point or not. I'm fine with removing it and presumably at some point in the lifetime of the library someone else will add it :) |
What does this PR do? Why is it needed?
Remove unused
WithTimeout
wrapper for HTTP client, I saw this was unused while working on something else and thought to remove it for code healthWhich issues(s) does this PR fix?
N/A
Other notes for review
I'm not sure what the original intention was, maybe we do want to use it? cc @kasey