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

Allow empty POST and PUT requests without content length #50

Merged

Conversation

jeremyevans
Copy link
Contributor

RFC 7230 section 3.3.3 allows for this.

Fixes #30

RFC 7230 section 3.3.3 allows for this.

Fixes ruby#30
@jeremyevans jeremyevans force-pushed the body-containable-allow-empty-30 branch from e532e47 to c74d7a1 Compare July 15, 2020 16:58
@jeremyevans jeremyevans merged commit 069e9b1 into ruby:master Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

PUT&POST - do not require length
1 participant