class ActionDispatch::Response

def close

def close
  stream.close if stream.respond_to?(:close)
end