Skip to content
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

Using WebSockets within an app doesn't work #38

Open
tiff opened this issue Sep 3, 2015 · 0 comments
Open

Using WebSockets within an app doesn't work #38

tiff opened this issue Sep 3, 2015 · 0 comments
Assignees
Labels

Comments

@tiff
Copy link
Member

tiff commented Sep 3, 2015

The heroku websockets example isn't working: https://devcenter.heroku.com/articles/node-websockets

It seems that the Upgrade: websocket header is never reaching the app because we are removing it in central-gateway proxy.

See;
https://golang.org/src/net/http/httputil/reverseproxy.go#L90
https://github.com/experimental-platform/platform-central-gateway/blob/development/server.go#L37

@tiff tiff added the bug label Sep 3, 2015
@tiff tiff self-assigned this Sep 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant