class EventMachine::Protocols::HeaderAndContentProtocol

def receive_binary_data text

def receive_binary_data text
  @hc_content = text
  dispatch_request
end