Skip to content
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

fix: send actual empty http body when no body is set #10396

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Jan 6, 2022

Even if the http body was empty, the current method will create an
io.ReadCloser and send that to the http request. This was causing a 502
error from a service. Ensuring that the empty body is actually empty
prevents the server side error message.

Add log fixture to tests to aid in debugging.

Fixes: #10386

Even if the http body was empty, the current method will create an
io.ReadCloser and send that to the http request. This was causing a 502
error from a service. Ensuring that the empty body is actually empty
prevents the server side error message.

Add log fixture to tests to aid in debugging.

Fixes: influxdata#10386
@powersj powersj changed the title chore: debug output for http plugin fix: send actual empty http body when no body is set Jan 10, 2022
@powersj powersj marked this pull request as ready for review January 10, 2022 14:30
Copy link
Contributor

@srebhan srebhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me @powersj.

@srebhan srebhan self-assigned this Jan 11, 2022
@srebhan srebhan added fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. and removed chore labels Jan 11, 2022
@MyaLongmire MyaLongmire merged commit 8f02056 into influxdata:master Jan 11, 2022
powersj added a commit to powersj/telegraf that referenced this pull request Jan 21, 2022
@powersj powersj deleted the debug/http branch January 23, 2022 21:12
reimda pushed a commit that referenced this pull request Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More flexibility in adding the "Authorization" header for inputs.http plugin
3 participants