Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Handle huge payloads with multiple fragments. #2

Open
todo bot opened this issue Jun 23, 2019 · 0 comments
Open

Handle huge payloads with multiple fragments. #2

todo bot opened this issue Jun 23, 2019 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Jun 23, 2019

websocket/src/WebSocket.php

Lines 315 to 320 in 21e6131

/// @todo Handle huge payloads with multiple fragments.
$final = ord($data[0]) & self::FINAL_BIT;
// Should be zero
$rsv = ord($data[0]) & ~self::FIRST_BYTE_MASK;


This issue was generated by todo based on a @todo comment in 21e6131. It's been assigned to @overtrue because they committed the code.
@todo todo bot assigned overtrue Jun 23, 2019
@todo todo bot added the todo 🗒️ label Jun 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant