-
Notifications
You must be signed in to change notification settings - Fork 572
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
fix: replace socketTimeout with bodyTimeout #460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, so much better.
Could you create a 2.x branch for fixes on that line before landing?
af5717e
to
d885529
Compare
I think this should land on master and we keep v2.x for bugfixes on the current line. |
@mcollina FYI some additional changes:
|
ba734e4
to
d7d3af0
Compare
CI keeps failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please keep an alias to the previous option or throw if that is passed in?
@mcollina fixed |
a0254f2
to
f3832b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Removes unecessary retry logic.
Fixes: #447