Closed puzpuzpuz closed 4 months ago
Fixes client-side retry errors like this one: http: ContentLength=11977933 with Body length 0.
http: ContentLength=11977933 with Body length 0
The HTTP sender now creates a new http.Request instance on each retry attempt to avoid partially consumed request body.
http.Request
Fixes client-side retry errors like this one:
http: ContentLength=11977933 with Body length 0
.The HTTP sender now creates a new
http.Request
instance on each retry attempt to avoid partially consumed request body.