-
Notifications
You must be signed in to change notification settings - Fork 6
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
No data returned from server when using injector #10
Comments
Weird, that seems to be exactly what's being tested in https://github.com/daffl/connect-injector/blob/master/test/injector_tests.js#L53. Could you try adding |
Adding I tested this on an Ubuntu box with v0.10.30 installed, and everything works as expected. At this point, I'm guessing it's either a bug in the unstable version of Node, or an intentional breaking change they made. Unfortunately, I don't have the time to investigate further, but I might bring this to the Node team's attention. Thanks for your help! |
Cool thanks for investigating. I didn't add unstable to the tests but once 0.12 is officially released and the issue still persists I'd probably have to do some more investigating. |
I feel like I'm missing something obvious, but when I use an injector, I'm not receiving data from the server.
I've created a minimal repro at https://github.com/schmich/connect-injector-issue:
The code is simple:
On my two machines, I get the following output:
curl
terminates, so there's no more output. I expect the "rewrite" string to be in the response, but it's not. If I remove the injector, I see the "test" string as expected.Thanks,
Chris
The text was updated successfully, but these errors were encountered: