Closed
Bug 695250
Opened 13 years ago
Closed 13 years ago
Upgrade websockets implementation to hybi draft 17
Categories
(Core :: Networking: WebSockets, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 666349
People
(Reporter: jduell.mcbugs, Unassigned)
References
Details
We should do this ASAP, so we'll have fewer changes to make when the final version of the spec is released. But I'm not sure we ever want to ship a ws-17 implementation--may depend on what other browsers choose to do, and/or whether we're willing to implement support for multiple version of the spec via the Sec-WebSocket-Version header.
Comment 1•13 years ago
|
||
Draft-17 has moved to proposed standard and is in the RFC Editor's queue for some IANA registrations right now.
This is the stable IETF standard for the websocket protocol and what we want to implement unprefixed. It's sec-websocket-version header is 13.
There is no need to be backwards compatible with old prefixed imlpementations based on work in progress drafts. That's kinda the point of prefixing them - to not fragment the internet with upgrades.
But it is important to get this out quickly so that implementors don't depend on those old versions.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•