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

#655: Fix for request bodies that are huuge #656

Merged
merged 1 commit into from
Jan 9, 2021
Merged

Conversation

Badgerati
Copy link
Owner

Description of the Change

If a large enough payload was supplied, Pode wouldn't read all of the content - causing a 400 error. This fixes the issue by making Pode wait for the rest of the payload to be received - similar to how we fixed proxies and KeepAlive.

Related Issue

Resolves #655

@Badgerati Badgerati added this to the 2.1.0 milestone Jan 9, 2021
@Badgerati Badgerati self-assigned this Jan 9, 2021
@Badgerati Badgerati merged commit 4b9e226 into develop Jan 9, 2021
@Badgerati Badgerati deleted the Issue-655 branch January 9, 2021 16:38
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.

Payload limit
1 participant