# File lib/em-http/client.rb, line 325 def send(data) if @state == :websocket send_data("\x00#{data}\xff") end end