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
{{ message }}
This repository was archived by the owner on May 13, 2023. It is now read-only.
Currently, when the body is null, the json.encode method will cast it to a string as part of the encoding. This results in the body containing `"null"` which can break some server-side json implementations.
0 commit comments