vti / protocol-websocket

Protocol::WebSocket
Other
40 stars 27 forks source link

How do I set Frame version? #16

Closed jbardu closed 11 years ago

jbardu commented 11 years ago

A few clients are version hybi-00 and most hybi-17. How do I set the Protocol::WebSocket::Frame version when parsing, or when returning frames to hybi-00 clients?

vti commented 11 years ago

Try version parameter. 11.08.2013 17:46 ÐÏÌØÚÏ×ÁÔÅÌØ "jbardu" notifications@github.com ÎÁÐÉÓÁÌ:

A few clients are version hybi-00 and most hybi-17. How do I set the Protocol::WebSocket::Frame version when parsing, or when returning frames to hybi-00 clients?

Reply to this email directly or view it on GitHubhttps://github.com/vti/protocol-websocket/issues/16 .

jbardu commented 11 years ago

doh. Sorry, it wasn't in the perldoc.

There are just the two choices for old which are handled the same way, and default (new), Should I be concerned about hixie-76 vs hixie-75 (for example)?