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
The multipart middleware would throw an exception when it encountered an
invalid filename.
For most apps that exception would be caught by the default exception
handler and result in a status code of 500 instead of 400.
This commit catches this specific exception and returns a 400 response
from the server instead.
0 commit comments