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
The 204 No content should not send any data on the line as it may cause some clients to not be able to close the connection (unread data in buffer). The expected behavior is that if 204 is signalled no data should be sent in the response. If data is sent 200 should be used.
The text was updated successfully, but these errors were encountered:
The 204 No content should not send any data on the line as it may cause some clients to not be able to close the connection (unread data in buffer). The expected behavior is that if 204 is signalled no data should be sent in the response. If data is sent 200 should be used.
The text was updated successfully, but these errors were encountered: