Skip to content

server.py line 175-177 #550

@pqwer99

Description

@pqwer99

old:
opcode = head[0] & 0b1111
fin = head[0] >> 7 & 1
is_masked = head[1] >> 7 & 1

modified:
opcode = self.bytetonum(head[0]) & 0b1111
fin = self.bytetonum(head[0]) >> 7 & 1
is_masked = self.bytetonum(head[1]) >> 7 & 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions