Nils Goroll

Results 592 comments of Nils Goroll

How about: `esi_include_onerror = attribute | abort | continue` ? `attribute`: continue only if `onerror="continue"` is present `abort`: stop ESI processing on any error, irrespective of the attribute `continue` continue...

As we are at it: The [ESI TR](https://www.w3.org/TR/esi-lang/) specifies: > If an ESI Processor can fetch neither the src nor the alt, it returns a HTTP status code greater than...

FYI: We (@slimhazard, myself and a Varnish-Cache user) have now established that the VCL code to restore the Varnish-Cache 7.2 behavior is a little more involved than [originally assumed](https://github.com/varnishcache/varnish-cache/commit/582ded6a2d6ae1a4467b1eb500f2725b42888016#diff-ff83c5037d25bcd5859dae54e80afc07f9b24cf4eae8cb990eba69b0c6e3dbcf). The...

I am generally 👍🏽 , this could potentially increase our code quality. BUT > this has not been tested locally locally installing gcc-trunk and testing the changes should not be...

We have an optimization in varnish-cache to push statistics of worker threads only when they are idle. Thus, the behavior you describe is expected if they are (mostly) fully loaded....

bugwash: @walid-git noticed that `busy_stats_rate` is not implemented for H2 and wants to work on this feature. @delthas confirmed that the "second server" showing the big jumps might actually be...

tentative response: I can see why something like this would appear attractive to curtail the impact of an accidentally issued ban, but I do not feel confident to oversee the...

> There is no interaction with storage whatsoever. I don't understand how this is supposed to work then. If stevedores are not involved, then the ban applies and is not...

Notes from bugwash which Dridi could not attend: @bsdphk was not aware that there is no stevedore notification of a cancel and we both agree that the implicit notification via...