RESTClient
RESTClient copied to clipboard
REST Client hangs if noContent response returned
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....
It seems that this problem is probably connected to bug reported by me : https://github.com/chao/RESTClient/issues/158
Related and duplicate reports: #93 #124 #158 #187 #191 .
The solutions to issues 93 and 124 work here. Remove the Content-Type header or set to some something other than application/json.