REST-Easy icon indicating copy to clipboard operation
REST-Easy copied to clipboard

Can't handle the 204 status code [bug]

Open spydon opened this issue 10 years ago • 2 comments

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.

spydon avatar Sep 28 '15 12:09 spydon

I can confirm this. Chrome's Postman handles such requests fine

devanes avatar Dec 16 '15 14:12 devanes

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.

nathan-osman avatar Dec 23 '15 05:12 nathan-osman