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
Fixes#414.
Many servers will return a `Content-Type` for 204 responses, even though
this is probably incorrect, but at least meaningless.
This fix ensures that we're not attempting to parse the response body
if a 204 is returned.
Like the title says, Ketting attempts to read/parse the empty response body from a HTTP 204 response. But it shouldn't
Example:
The text was updated successfully, but these errors were encountered: