-
Hi,
We're facing an infinite loop in dynamic_resolve:
> do {
> if (next != NULL)
> next = VTAILQ_NEXT(next, list);
> if (next =…
-
For now, I'm using [fballiano/varnish](https://github.com/fballiano/docker-varnish). I've added it in my `docker-custom.yml`;
```
version: '2'
services:
varnish:
image: fballiano/…
-
Issue: On 6.0.0 from packagecloud, varnishstat in ncurses and varnishstat -j -1 is running slowly and using a lot of CPU.
Expected: varnishstat -1 -j return almost instantly.
```
# time strac…
-
I'm using dynamic directors with rancher and am getting a 502 error once the TTL of my cache object expires, if I try again then it works properly. I can request any URL and I would get a 200, then th…
-
Hi,
I'm trying to build nv_small and had the following error. Anyone encounter this before?
Perl version : This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
Krek
[TMAKE]: buildi…
-
There are some additional Provides added by the find-provides script during package builds for repo.varnish-cache.org. These add the VRT (Varnish RunTime) markers to the package, for vmod packages to …
-
When building varnish-modules-0.15 for el6/i686, VCL_INT is not "long unsigned int", so using %lu for formatting does not work, and gcc goes
vmod_tcp.c:177: error: format '%lu' expects type 'long u…
-
```
Panic at: Wed, 05 Sep 2018 12:39:08 GMT
Assert error in vbf_stp_mkbereq(), cache/cache_fetch.c line 198:
Condition((bo->stale_oc->flags & OC_F_PASS) == 0) not true.
version = varnish-trunk r…
-
```
[11:37:44] < scn> are "import std;" multiple times allowed now?
[11:38:12] < scn> because i'm in a catch22 situation where I can't test my (autogenerated) configuration because it uses std, and …
-
I hope this is the right place for a feature suggestion. Please let me know if not.
For my particular use case, I am working with Joomla and find that it sets session cookies with hashes for the co…