• Geoff Simmons's avatar
    Evaluate Ingress rules in vcl_backend_fetch. · ae09f859
    Geoff Simmons authored
    This is possible now that we are using Varnish versions that support
    return(error(404)) from the backend side. It eliminates unnecessary
    computation when a request leads to a cache hit or synthetic response.
    
    It also simplifies the generated VCL code, since the evaluation
    happens in one place, rather than in each of hit, miss, pass and
    pipe.
    ae09f859
Name
Last commit
Last update
charts Loading commit data...
cmd Loading commit data...
container Loading commit data...
deploy Loading commit data...
docs Loading commit data...
examples Loading commit data...
hack Loading commit data...
pkg Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.kind-gitlab.yaml Loading commit data...
COPYING Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...