chao / RESTClient

RESTClient, a debugger for RESTful web services.
http://www.restclient.net
BSD 3-Clause "New" or "Revised" License
703 stars 172 forks source link

Does not handle 204 responses correctly #60

Closed alexanderkiel closed 12 years ago

alexanderkiel commented 12 years ago

In version 2.0.0, if a server responses with a HTTP status code of 204, the RESTClient never displays that response. Instead it shows a loading bar.

chao commented 12 years ago

Please update to version 2.0.1 or just download nightly build from here

alexanderkiel commented 12 years ago

I have the same problem in version 2.0.1.

chao commented 12 years ago

Okay, I will test it tomorrow, and I will keep this issue updated.

I have the same problem in version 2.0.1.


Reply to this email directly or view it on GitHub: https://github.com/chao/RESTClient/issues/60#issuecomment-5305483

chao commented 12 years ago

I cannot repeat this bug in my current dev version, could you install the latest nightly build and try again?

I tested RESTClient with the following url, it works: http://httpstat.us/204

estmatic commented 12 years ago

I was seeing the same issue and the nightly build you linked to fixed it for me.

alexanderkiel commented 12 years ago

The issue is fixed for me in 2.0.2.

chao commented 12 years ago

Great ;)