class WebSocket::Driver::Draft76
def parse_leading_byte(octet)
def parse_leading_byte(octet) return super unless octet == 0xFF @closing = true @length = 0 @stage = 1 end
def parse_leading_byte(octet) return super unless octet == 0xFF @closing = true @length = 0 @stage = 1 end