Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't handle the 204 status code [bug] #44

Open
spydon opened this issue Sep 28, 2015 · 2 comments
Open

Can't handle the 204 status code [bug] #44

spydon opened this issue Sep 28, 2015 · 2 comments

Comments

@spydon
Copy link

spydon commented Sep 28, 2015

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 spydon changed the title Can't handle 204 answers [bug] Can't handle the 204 status code [bug] Sep 28, 2015
@ghost
Copy link

ghost commented Dec 16, 2015

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

@nathan-osman
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants