# File lib/em/protocols/httpclient2.rb, line 348
      def receive_line ln
        if req = @requests.last
          req.receive_line ln
        else
          p "??????????"
          p ln
        end
      end