close()
Close the response body if the response body supports it.
# File actionpack/lib/action_controller/metal/streaming.rb, line 231 def close @body.close if @body.respond_to?(:close) end