-
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
WS continuation frames & node > 4.0 #881
Comments
We're seeing the same issue. Works fine on 0.12.7 but not in iojs or node 4.x. |
@pepone @jedverity seems like it. Could you provide a complete console output of what you're seeing? Is there a reproducible test case that you've found? This will help us narrow down the problem. |
yea this would be super helpful in troubleshooting. I know things related to |
Thanks @indexzero @jcrugzz - we're working on putting together a reproducible test case for you right now. Stay tuned. |
@jedverity awesome :). A failing test PR is my favorite thing |
@jcrugzz I'll see what I can do about a failing test. In the meantime, here is a reproducible set-up: https://github.com/jedverity/http-proxy-test |
Think I have a (kludgy) test for you @jcrugzz @indexzero . Coming in 5 mins. |
@indexzero @jcrugzz @pepone I've confirmed this is fixed in node v5. See http fixes section here: http://nodejs.org/en/blog/release/v5.0.0/ |
@jedverity hmm well we should see if whatever fix can be backported if it is not a breaking change. Have you tried it in |
@jcrugzz I did try it in 4.2.1 and no dice. Same results as other 4.x versions. I assumed this was the fix but haven't evaluated closely: nodejs/node#3342 |
@jedverity i think you might be right, looks like its on target for |
@jcrugzz Confirmed 4.2.2 works |
After upgrade to nodejs 4.0.0 I see that the proxy is not forwarding WS trafict that contains continuation frames, tested with nodejs 4.0.0 and 4.1.0 and see the same behavior with both. Everything works fine with node 0.12.7.
Is there any incompatibility issues with node >= 4.0?
The text was updated successfully, but these errors were encountered: