-
Notifications
You must be signed in to change notification settings - Fork 2k
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
PUT / POST requests broken in node 0.12.0 #777
Comments
Same here, from atom-shell, i think same node version
|
hi guys, i having the same problem |
I'd love to have a failing test case added in tests so we can get this resolved. |
I had the same problem with connect-restreamer. I found a fix ([https://github.com/dominictarr/connect-restreamer/issues/8]). Not the best solution, but it works for me :) |
I came across the same error message in code not using |
When I upgraded to node v0.12.0, performing proxied PUT / POST requests gave errors like this:
node_modules/http-proxy/lib/http-proxy/index.js:119
throw err;
^
Error: write after end
at ClientRequest.OutgoingMessage.write (_http_outgoing.js:413:15)
at IncomingMessage.ondata (_stream_readable.js:540:20)
at IncomingMessage.emit (events.js:107:17)
at /Users/bill/Source/LN/impactscore_client/node_modules/connect-restreamer/index.js:15:13
at process._tickCallback (node.js:355:11)
Rolling back to node v0.10.36, everything is working fine.
The text was updated successfully, but these errors were encountered: