You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
total_limit is ignored.
We also tried the middleware approach, but it doesn't work. With the middleware, you get an error message only AFTER the entire file has been uploaded.
With total_limit nothing happens at all. The file is just uploaded, no matter the size.
Expected Behavior
total_limit
should be honored.Current Behavior
total_limit
is ignored.We also tried the middleware approach, but it doesn't work. With the middleware, you get an error message only AFTER the entire file has been uploaded.
With
total_limit
nothing happens at all. The file is just uploaded, no matter the size.Possible Solution
I do not know.
Steps to Reproduce (for bugs)
total_upload
: fix(server): upload limit orhun/rustypaste#360Context
I have searched the documentation, Stackoverflow, and other websites. Unfortunately all the info I found was either not helpful or did not work.
If this is not a bug, please convert it to a discussion.
Your Environment
rustc -V
): rustc 1.85.0 (4d91de4e4 2025-02-17) doesn't matter, the problem has existed for a long timeThe text was updated successfully, but these errors were encountered: