Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
websocket implementation isn't working in node.js The error: Connection Close Frame (Opcode 8, mask) Connection Close Frame (Opcode 8) and socket.io implementation falls back to XHR. That is very slow. I found another example: http://chattest-debugito.rhcloud.com/ Please solve the problem. It is equal to the service being out.
Could you provide more details about your application? Also, are you using port 8000/8443 to access it?
First of all I suggest that you try to setup a simple websocket app and see if it works. If it does, pay attention if it is indeed a websocket protocol. Sure. I use 8443 for wss connection. The same applications used to work just two days ego. (I did not change it a bit)! I dropped this app in heroku and it works just fine. BZW: they do not need the special ports. To check the problem open the next link in crome: http://chattest-debugito.rhcloud.com/ Go to development tools-network-websockets and reload the page. Click on the websocket that you see and in Frames you will see the error I am speaking about.
https://github.com/openshift/origin-server/pull/4834
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/fc41c1c85a4e781bd6826d5e2fd640e93b117c72 Bug 1070317: Pass original request uri to the backend.
(In reply to openshift-github-bot from comment #6) > Commit pushed to master at https://github.com/openshift/origin-server > > https://github.com/openshift/origin-server/commit/ > fc41c1c85a4e781bd6826d5e2fd640e93b117c72 > Bug 1070317: Pass original request uri to the backend. So, I see that the "change" is pushed to master. When is the problem with openshift online will be solved? (it seems that you need some faster way to fix problems)
verified in STG by doing the following: 1. rhc app create mynodejs010 nodejs-0.10 2. rhc cartridge-add -a mynodejs010 -c mongodb-2.4 3. cd mynodejs010 4. git remote add upstream -m master git://github.com/ramr/pacman.git 5. git pull -s recursive -X theirs upstream master 6. git push 7. open app in Chrome browers and view it with the Developer's tool network tab. 8. saw the websocket request.
It is working now. Thanks. Tolik