Nils Goroll
Nils Goroll
### Expected Behavior Using `none` and `all` should work consistently, or a good reason why not should be apparent. ### Current Behavior Using `none` works for `feature`, but not for...
This commit adds a facility which I had wanted for a very long time, and should have added much earlier: Analyzing bug reports with VMODs involved used to be complicated...
I'm getting the same assert again, but in a slightly different way (even with the fix). The stack is still: ``` Wrong turn at cache/cache_vrt_vcl.c:251: Dynamic Backends can only be...
Pondering #4140 made me realize that our central per-vcl director list constitutes a classic case of iterating a mutable list. That besides the already known fact that running potentially expensive...
### Expected Behavior . ### Current Behavior seen while trying to reproduce https://github.com/nigoroll/libvmod-dynamic/issues/117: This is similar to [the problem](https://github.com/nigoroll/libvmod-dynamic/issues/110) fixed by #4048, but here the situation is not to add...
See https://github.com/varnishcache/varnish-cache/issues/4193 and https://github.com/varnishcache/varnish-cache/issues/4121 for context: It does not make sense (any more) to apply an external limit on the maximum locked memory: We should trust Varnish-Cache to only attempt...
This commit mirrors https://github.com/varnishcache/homepage/commit/0f25620719c3568e166b9beff5c2c176236bf29a as of today, each page redendered from the sphinx source contains the line © Copyright 2010-2014, Varnish Software AS. While this is true for some of...
Reminder: Discuss if we want a point release. relevant: * #4196 * #4154 * #4204 https://github.com/varnishcache/varnish-cache/commit/48a2a41cbc97498e044af7b7b3545427e3289872 cosmetic/maybe * #4193 * https://github.com/varnishcache/varnish-cache/commit/5dfbc6e2a0532460522da6868e11762d26a6c3ea (pid1 expectation) (feel free to edit this note)
... where _of course_ AI stands for **Asynchronous Iterators** ;) ### On this PR This PR might be more extensive than others, and I would like to ask reviewers to...
Dynamic backends may get created while we transition a VCL to the WARM temperature: Because we first set the new temperature and then post the event, backends might get created...