# File lib/http-access2/http.rb, line 304 def size if @body.respond_to?(:read) nil else @body.size end end