commit | b792af76625e5f3d9801277b628352243fdcbb18 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 07 04:32:48 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 07 04:32:48 2009 |
tree | 1eaedd2e02422495303e12efd430540a5e153e47 | |
parent | 3bc2379e208bd30629e2a881c5121636c5216ebc [diff] |
Fix WebSocket length parser Frames denoted by bytes that have the high bit set (0x80 to 0xFF) have a leading length indicator, which is encoded as a series of 7-bit bytes stored in octets with the 8th bit being set for all but the last byte. BUG=none TEST=none Review URL: http://codereview.chromium.org/465094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33951 0039d316-1c4b-4281-b951-d872f2087c98