-
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
Websocket proxy does not complete #444
Comments
The commands I am using are:
|
Websocket proxying is broken in Node 0.10, see #387 (which is incorrectly closed). It is obviously broken in http-proxy 0.10.1 and subtly broken in http-proxy 0.10.2. I'm keeping all my work (eg, meteor) on 0.8 (and keeping http-proxy at 0.10.1) until this is fixed. There is some work being done on the |
Ok, thank you, this does not solve my problem, but it does occur less frequently.
Is there anyone who knows what the underlying issue is? Where can I track this? Both for |
I'm also very interested about this. Where can I check the current work on the 0.10.x support? |
Is there anyone who knows what the underlying issue is? |
@yawnt Is working on the updates for |
@indexzero, @yawnt, thanks for the response. One issue that I noticed is that To test this - Try proxying to an ipython notebook --port=8080
node-http-proxy --target localhost:8080 --port 8081
firefox http://localhost:8081 Click |
@srossross simpler than that, the |
@yawnt I noticed that you have not committed to the 10.x branch for a month. I am sorry for being persistent, but this is very important to me. I am also trying to evaluate whether I should just jump in and start finding my own solution or wait for the 10.x branch to be completed. Sorry and thank you for your patience |
@srossross i'm working on another repo that is going to be eventually merged into node-http-proxy |
@yawnt: Is there a way to help? Is it your branch 10.x specifically? |
@RushPL @srossross I believe Yawnt is working on https://github.com/yawnt/caronte.git |
Cool, so I gather node-http-proxy will move to internally use that module and in itself being simply a configuration parser, router? |
@RushPL No idea how they plan to merry them up and integrate, I simply was just pointing towards the other repository incase you wanted to have a look. I have no idea how stable or ready it may be, only testing could show. |
@RushPL Thanks, I'm looking at caronte. |
Hi guys, thanks a lot to all of you for the discuss and the patience. Please check it out the |
i'm going to close this as it focuses on the old version which is replaced by |
Well, it's not my project... I spent a little time trying to switch to caronte, but since I used the ProxyTable feature which is not in caronte, it was non-trivial to switch. |
@risacher caronte is the new master, the current |
I am using http-proxy to proxy to the socket.io driven app tty.js
The socket does not seem to be connecting most of the time. 1 of 5 times I refresh the page it connects, otherwise I see
Text Status: Pending
for the websocket, in chrome developer tools:I am using:
$uname -a Linux ip-10-236-133-58 3.4.37-40.44.amzn1.x86_64 #1 SMP Thu Mar 21 01:17:08 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
node v0.10.13
andnode v0.6.21
http-proxy@0.10.3
The text was updated successfully, but these errors were encountered: