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
test: add regression test for handler JSONDecodeError misclassification
Ensures that a JSONDecodeError raised inside the user's handler returns
HTTP 500 (application error), not HTTP 400 "Invalid JSON" which
misleadingly implies the inbound request payload was malformed.
0 commit comments