# File lib/em-http/client.rb, line 281
    def finished?
      @state == :finished || (@state == :body && @bytes_remaining.nil?)
    end