RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

REST Client hangs if noContent response returned

Open brydiemccoy opened this issue 10 years ago • 3 comments

From what I can tell its a valid thing to do, return a 204 no content response.

I'm also not 100% sure if its something wrong with the response or the rest client itself. But whenever i hit an end point that returns a 204. The rest client seems to just hang forever as though its still waiting for a response.

It you try it and it works, I am happy to assume its a problem at my end....

brydiemccoy avatar May 15 '14 07:05 brydiemccoy

It seems that this problem is probably connected to bug reported by me : https://github.com/chao/RESTClient/issues/158

rkosegi avatar May 15 '14 11:05 rkosegi

Related and duplicate reports: #93 #124 #158 #187 #191 .

hKaspy avatar Feb 17 '15 15:02 hKaspy

The solutions to issues 93 and 124 work here. Remove the Content-Type header or set to some something other than application/json.

tenwit avatar Apr 24 '15 03:04 tenwit