varnish-cache
varnish-cache copied to clipboard
VRT_StaticDirector() for built-in directors
Noticed while working on #3900 : We only triggered #3895 because our built-in directors do not call VRT_StaticDirector() - which I think they could because they call VRT_DelDirector() in the object fini method and thus have VCL lifetime, implicitly.
After release, we should
- add a load balancing director to vmod_debug
- change the loop vtc to that director
- call
VRT_StaticDirector()in the bundled directors