Merge branch 'mask'

This commit is contained in:
Chris Boden 2016-05-25 08:47:23 -04:00
commit 734055ea7f

View File

@ -154,6 +154,8 @@ class RFC6455 implements VersionInterface {
return $from->close($frame::CLOSE_BAD_PAYLOAD);
}
$frame->unMaskPayload();
return $from->close($frame);
break;
case $frame::OP_PING: