# File lib/em/protocols/httpclient2.rb, line 46
      def initialize
        warn "HttpClient2 is deprecated and will be removed. EM-Http-Request should be used instead."

        @authorization = nil
        @closed = nil
        @requests = nil
      end