varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
185 stars 86 forks source link

remove unnecessary asserts #220

Closed gquintard closed 11 months ago

gquintard commented 11 months ago

We only use ctx->now.

Removing the asserts will allow users to call xkey.purge() from a backend context, if that's a too big of a footgun, we can use $Restrict

dridi commented 11 months ago

Can you add a test case? At least to make sure this is safe.

gquintard commented 11 months ago

of course

gquintard commented 11 months ago

new test pushed