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
Fix: Handle HTTP NO CONTENT status code (204) to prevent null reference
exceptions. NO_CONTENT is not considered as being an error, and
therefore previous code would try to parse body data even with a
NO_CONTENT being returned. Various backend frameworks use NO_CONTENT as
a way to gracefully indicates that a specific resource is empty (for
instance, if you try to get the list of items in a player's inventory
and the inventory is empty).
0 commit comments