# Manually trigger an error if we are restarting in order to create # a custom branded error. See vcl_deliver for the start of this flow. if (req.http.x-branded-error) { error 600; # continues in vcl_error }