Skip to content

September is the season of correct error handling

Compare
Choose a tag to compare
@mpalmer mpalmer released this 01 Sep 01:01
· 112 commits to main since this release
  • Rack::PostBodyContentTypeParser: if the middleware is told a POST
    body is JSON, but it doesn't parse as JSON, then... it's not really JSON,
    and the request is now rejected with a 400 response. Thanks to Yukihiko
    SAWANOBORI (@sawanoboly) for the fix.