-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
fix attachment file size limit in server backend #35519
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
base: main
Are you sure you want to change the base?
Conversation
fix go-gitea#35512 Signed-off-by: a1012112796 <1012112796@qq.com>
CI fail is related:
Also, it's probably better to have a status 413 returned if the size is too large |
Signed-off-by: a1012112796 <1012112796@qq.com>
last call @go-gitea/technical-oversight-committee |
Co-authored-by: 6543 <6543@obermui.de> Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com>
could push it in myselfe ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the new changes are wrong.
header.Size
can't lie.
I try to write a prove of concept |
@6543 any proof? If no, revert |
fix #35512