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

feat: add content-length on POST #1004

Closed
wants to merge 2 commits into from

Conversation

lyager
Copy link
Contributor

@lyager lyager commented Feb 29, 2024

Not all embedded devices are acceptable to receiving unspecified amounts of data. Appending the content-length up front helps this devices succeed.

A POST to a webserver can not always be expected to be a JSON response.

Success is now determined by the HTTP return code.

Upon success the body content is returned as a string.
@lyager lyager requested a review from a team as a code owner February 29, 2024 13:38
Not all embedded devices are acceptable to receiving unspecified amounts
of data. Appending the content-length up front helps this devices
succeed.
@lyager
Copy link
Contributor Author

lyager commented Feb 29, 2024

Closed.. Duplicate

@lyager lyager closed this Feb 29, 2024
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.

1 participant