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
When the plugin gets a 204 status code, it just shows the "Please wait, Sending the request"-dialog and then stays like that until cancelled. I get the correct status code (204) when I request the same thing using cURL.
It most likely has something to do with that 204 responses don't have entity-bodies and that that case isn't being handled correctly in the plugin.
The text was updated successfully, but these errors were encountered:
spydon
changed the title
Can't handle 204 answers [bug]
Can't handle the 204 status code [bug]
Sep 28, 2015
Hmmm... this is proving to be a more unusual problem than first expected. I found a fix for the problem but it doesn't work consistently, so further investigation is needed.
When the plugin gets a 204 status code, it just shows the "Please wait, Sending the request"-dialog and then stays like that until cancelled. I get the correct status code (204) when I request the same thing using cURL.
It most likely has something to do with that 204 responses don't have entity-bodies and that that case isn't being handled correctly in the plugin.
The text was updated successfully, but these errors were encountered: