-
Notifications
You must be signed in to change notification settings - Fork 253
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
Retry handler returns http status code 415 for POST requests #435
Comments
@Misiu, our retry handler ignores the |
@pwombwa when is 1.15.0 expected? I don't see any milestone with that number. |
@Misiu We've released Microsoft.Graph.Core v1.15.0-preview.1 which fixes this issue. Try it out and let us know if it addresses your scenario before we close this issue, |
@Misiu Thanks for the detailed feedback, we have a theory on why this is happening and are working on a fix. |
@Misiu We've fixed this issue as part of Microsoft.Graph.Core 1.15.0-preview.2 and all requests should now succeed with status 202. Give it a try and let us know if it addresses your scenario. |
@peombwa sorry for the late reply. I've tested the latest release and in my case, it works fine. Thank You 😉 |
Expected behavior
Retry handler should return http status 202 for POST requests after retrying 429 responses.
Actual behavior
Retry handler returns http status 415 - missing or empty content type header - when retrying 429 responses.
Steps to reproduce the behavior
Send multiple post requests (~30) to graph service.
The text was updated successfully, but these errors were encountered: