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