# File lib/new_relic/rack/browser_monitoring.rb, line 125
    def close_old_response(response)
      if response.respond_to?(:close)
        response.close
      end
    end