Skip to content

Fix relay crashing on signed GET requests

Claire requested to merge Claire/relay:patch-2 into master

In its upcoming version, Mastodon will sign every fetch with an instance actor. This means that it will sign GET requests, which currently fails to be processed by this relay software as it tries to parse the (empty) body as json.

Merge request reports