Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

No longer provide form data for Flask. Fixes #457 #977

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitsuhiko
Copy link
Member

I think this feature does not make much sense, particularly because we badly
trim down the form data on the server anyways for security and size reasons.

Copy link
Member

@dcramer dcramer left a comment

Choose a reason for hiding this comment

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

im assuming it isnt possible to say "is this streaming" to decide if we could opportunistically capture it?

@mitsuhiko
Copy link
Member Author

@dcramer there are some ways to do it but it is not a stable API in Flask. Ideally we could access the cache value in case it has been pulled in before.

@mitsuhiko
Copy link
Member Author

Makes we wonder what we do in Django. That should in theory have the same issue.

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