-
Notifications
You must be signed in to change notification settings - Fork 711
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
Request body is written multiple times #743
Comments
My projcet recurred this bug. Hope fix. |
@patrikeh thanks for throwing that test case together, really helped with tracking the issue down |
This was referenced Nov 2, 2023
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v2.10.0, I've observed an issue where the request body passed to
.SetBody(...)
is intermittently written multiple times under certain conditions.From what I gather, it is somehow related to the retry mechanism, or at the very least I was only able to reproduce by triggering that.
In the repro here, I ping an httptest mock endpoint triggering the retry mechanism, and observe the JSON request body being written multiple consecutive times e.g.
This issue does not occur in v2.9.1.
The text was updated successfully, but these errors were encountered: