-
## Expected Behavior
A function taking in a `STRANDS` parameter from a function returning a `STRANDS` object results in an assert error. Given the additional debug function below, I would expect t…
-
It is possible to reach the end of `vcl_init` without initializing all objects when `vcc_err_unref` is off. It happens when a `new` statement is in a subroutine that is never called.
## Expected Behav…
dridi updated
5 years ago
-
Looking at the logs I can see that the xkey-purge is purging objects - "RespReason Purged 27 objects, expired 0 objects" but we are still seeing cached responses that are tagged in this example this "…
-
while working on #2830, I thought it might be about time to make a decision on how to handle NULL (uninitialized) objects (for example, because a `new` statement was not reached or the constructor fai…
-
I ran into this while testing Varnish against a test **vegomatic** service.
The basic problem here is that the default Varnish directors will resolve backend host names just once when the VCL is co…
-
using `--disable-luajit` in configure script fails:
`configure: error: Lua not found. Try --enable-luajit`
I know it is a dependancy, but i think the module is super useful also without lua featur…
mogui updated
5 years ago
-
Ref: https://github.com/varnishcache/varnish-cache/blob/f106ed834f31f2ab5c798c56a6ca48225615dc45/bin/varnishd/cache/cache_ws.c#L242
* case a: If `WS_Reserve()` is called with `bytes > 0` and the re…
-
Hi,
I have been trying to install pyglow but there is an issue on "_make all_" or "_make -C src/pyglow/models source_". More specifically, something seems to go wrong when downloading igrf11. I had…
vlb90 updated
5 years ago
-
discussed in the context of #2036 , but actually It's a separate, though related, question
> (15:30:52) slink: but other than that, at any rate, we need to agree on lifetime of struct directors:
> (1…
-
I'm installing _varnish_ from the `alpine/latest-stable` repository which provides me version 6.0.2. Then I'm building `varnish-modules` from git:master. Like this ...
```RUN apk update && \
a…