varnish-cache icon indicating copy to clipboard operation
varnish-cache copied to clipboard

VRT_StaticDirector() for built-in directors

Open nigoroll opened this issue 3 years ago • 0 comments

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

nigoroll avatar Mar 06 '23 15:03 nigoroll