class WebSocket::Driver::Draft76
def send_handshake_body
def send_handshake_body return unless signature = handshake_signature @socket.write(signature) @stage = 0 open parse(@body[BODY_SIZE..-1]) if @body.bytesize > BODY_SIZE end
def send_handshake_body return unless signature = handshake_signature @socket.write(signature) @stage = 0 open parse(@body[BODY_SIZE..-1]) if @body.bytesize > BODY_SIZE end