<div dir="ltr">Hi,<br><br>Currently if you want to have all your error handling in a single place, i.e. vcl_synth{}, and you end up in vcl_backend_error{} you have to either return retry and then abandon in vcl_backend_fetch{} or return deliver and in vcl_deliver{} return synth.<br><br>I can't think of any reason for not allowing this so the attached patch lifts this restriction.<br><br>Comments? OKs?<br></div>