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

(maint) ensure unbuffered-stream correctly handles 204 responses #105

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

jonathannewman
Copy link
Contributor

In the case that an unbuffered stream is used and the server responds
in a 204, with no response, the client was throwing an exception because
the entity in the response is null. This adds a test that demonstrates
the failure, and fixes the underlying issue.

In the case that an unbuffered stream is used and the server responds
in a 204, with no response, the client was throwing an exception because
the entity in the response is null. This adds a test that demonstrates
the failure, and fixes the underlying issue.
@jonathannewman jonathannewman requested a review from a team as a code owner March 11, 2024 15:23
Copy link
Contributor

@steveax steveax left a comment

Choose a reason for hiding this comment

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

👍

@steveax steveax merged commit ead5e4c into puppetlabs:main Mar 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants