-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Error when server returns status of 204 #115
Comments
I will make a test case for it soon, probably because there is no content to decode, not sure how node.js handle pipeing in this case yet. |
I think this is related to my caching problem where i get |
This only seems to be a problem if the server returns a |
this is now fixed and released as v1.5.3 |
When making a POST request against a server that returns a 204 status code the following error occurs with node v6.1.0 and node-fetch v1.5.2:
The text was updated successfully, but these errors were encountered: