class EventMachine::Protocols::HttpClient2

def receive_binary_data text

Other tags:
    Private: -
def receive_binary_data text
  @requests.last.receive_text text
end