Skip to content

Conversation

tjasko
Copy link

@tjasko tjasko commented Jun 23, 2022

This fix corrects a behavior when http.NoBody is used as the request body, as currently, the retryablehttp.getBodyReaderAndContentLength() function will return a ReaderFunc that when called returns an io.Reader, that will output a literal "0" string on the wire as the HTTP request body.

As such, a fix & test has been implemented to no-op when http.NoBody is used.

This issue was found as I was testing this library when a POST request was being done with no request body.

@hashicorp-cla
Copy link

hashicorp-cla commented Jun 23, 2022

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants