-
Notifications
You must be signed in to change notification settings - Fork 31
Patch RetryHandler.tryParseTimeHeader to support comma separated values returned by the server #2007
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
Conversation
… values returned by the server
|
@microsoft-github-policy-service agree |
baywet
left a comment
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.
Thanks for the contribution!
Can you please add a unit test to prevent future regressions?
|
Hi @baywet and thanks for looking into! I've added a parameterized test for the changed method. Looks ok or shall I do any changes? |
65771b9 to
98a1ec2
Compare
baywet
left a comment
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.
Thank you for making the changes!
|
@alexzayats can you please run |
Head branch was pushed to by a user without write access
|
@baywet sure! Done. |
Fixes #2005
Kindly, let me know if the patch needs any changes.