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

Misultin websockets doesn't work with Firefox 6 #102

Open
majek opened this issue Feb 13, 2012 · 4 comments
Open

Misultin websockets doesn't work with Firefox 6 #102

majek opened this issue Feb 13, 2012 · 4 comments

Comments

@majek
Copy link

majek commented Feb 13, 2012

Firefox 6.0.2 is using ws version 7:

Sec-WebSocket-Version: 7

Misultin doesn't seem to have a support for that. Example:

GET /websocket HTTP/1.1
Host: localhost
Connection: a, Upgrade
Upgrade: websocket
Sec-WebSocket-Key: el8cYBMT/wMIHMCs8v2tjQ==
Sec-WebSocket-Origin: http://localhost/
Sec-WebSocket-Version: 7

Doesn't work (goes to http handler), while version: 8 works fine.

@majek
Copy link
Author

majek commented Feb 13, 2012

BTW, AFAICT behaviour of version:7 is nearly identical to version:8

@ostinelli
Copy link
Owner

Hi,

currently supported are:

draft-hixie-68
draft-hixie-76
draft-hybi-10
draft-hybi-17

I can't see in these a support for the Sec-WebSocket-Version: 7 header: do you happen to know where that is? Websocket is an implemented behaviour in misultin, would you care submit a patch for it?

r.

@majek
Copy link
Author

majek commented Feb 14, 2012

@ostinelli
Copy link
Owner

thank you for this.

misultin has been discontinued, my reasons here.

r.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants