ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 376 forks source link

Apply mask before checking string length to see if entire message is rec... #18

Closed ghedipunk closed 9 years ago

ghedipunk commented 9 years ago

...eived

Resolves issue #16, where multi-byte encoded messages were sometimes reporting a length less than the length reported by the message's headers. Applied to non-mbstring logic branch for consistency.