class EventMachine::Protocols::HttpClient

def post_init

def post_init
  @start_time = Time.now
  @data = ""
  @read_state = :base
end