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 chunk request #1126

Merged
merged 2 commits into from
Jun 9, 2017
Merged

Allow chunk request #1126

merged 2 commits into from
Jun 9, 2017

Conversation

dawranliou
Copy link
Contributor

Pass request.max_content_length into get_input_stream to always return a
LimitedStream if the CONTENT_LENGTH is not set in the environ variable.
Client is expected to set the max_content_length variable to the request object.
This patch should fix issue #1094 and #1096.

Pass request.max_content_length into get_input_stream to always return a
LimitedStream if the CONTENT_LENGTH is not set in the environ variable.
Client is expected to set the max_content_length to the request object.
This patch should fix issue #1094 and #1096.
@davidism davidism merged commit 3d9fbb7 into pallets:master Jun 9, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants