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

Handle huge payloads with multiple fragments. #2

@todo

Description

@todo

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions