class EventMachine::Protocols::HttpClient2

def receive_line ln

Other tags:
    Private: -
def receive_line ln
  if req = @requests.last
    req.receive_line ln
  else
    p "??????????"
    p ln
  end
end