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

Bump werkzeug to 2.3.8 to fix slow uploads of large files via the UI #1176

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

hairlessbear
Copy link
Contributor

@hairlessbear hairlessbear commented Nov 22, 2023

I'm pretty confident that this fixes #1144. I experienced the same behavior described there (i.e. slow uploads of large files, but only when performed via the web UI). Updating to werkzeug 2.3.8 fixed the issue.

#1153 will also address this problem, but since there's no ETA on when a compatible flask-restx will be released, I think it makes sense to bump to 2.3.8 in the meantime. The slow multipart parsing is the only change 2.3.8 contains, so there should be no compatibility problems.

Copy link
Collaborator

@jstucke jstucke left a comment

Choose a reason for hiding this comment

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

LGTM

@jstucke jstucke merged commit 0d9ce84 into fkie-cad:master Nov 24, 2023
9 checks passed
@jstucke
Copy link
Collaborator

jstucke commented Nov 24, 2023

Thank you for your contribution!

@hairlessbear hairlessbear deleted the werkzeug_version_bump branch November 24, 2023 14:15
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.

Bottleneck in upload process, seemingly within uWSGI
2 participants