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
Currently, all of empty Query errors return 200 to comply with the 204 rule in which the response body must be empty. My implementation returns a body with error explanation. This causes proxies to return 502 error on 204 responses.
Currently, this is somewhat acceptable. But needs more investigation and rethinking.
The text was updated successfully, but these errors were encountered:
Currently, all of empty Query errors return 200 to comply with the 204 rule in which the response body must be empty. My implementation returns a body with error explanation. This causes proxies to return 502 error on 204 responses.
Currently, this is somewhat acceptable. But needs more investigation and rethinking.
The text was updated successfully, but these errors were encountered: