Websocket Keys Use Outdated Protocol Draft
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Run the demo chat using a new version of Chrome/Chromium
What is the expected output? What do you see instead?
Client connects. User can chat happily.
Instead, handshake fails, client disconnects.
Please provide any additional information below.
The draft spec used to use 2 keys to authenticate the handshake, and the new
spec uses only 1 key. This causes the handshake to always fail. See:
http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-09
```
Original issue reported on code.google.com by `markfurneaux@gmail.com` on 15 Aug 2011 at 4:49
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.