CS (trainling space)
This commit is contained in:
parent
c1754d302c
commit
33c59a8de7
@ -347,7 +347,7 @@ class Frame implements FrameInterface {
|
|||||||
$bits += 16;
|
$bits += 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the value of the initial payload length are is 127 an additional 48 bits are used to describe length
|
// If the value of the initial payload length are is 127 an additional 48 bits are used to describe length
|
||||||
// Note: The documentation specifies the length is to be 63 bits, but I think that's a typo and is 64 (16+48)
|
// Note: The documentation specifies the length is to be 63 bits, but I think that's a typo and is 64 (16+48)
|
||||||
if ($check === 127) {
|
if ($check === 127) {
|
||||||
$bits += 48;
|
$bits += 48;
|
||||||
|
Loading…
Reference in New Issue
Block a user