Nils Goroll

Results 126 issues of Nils Goroll

I am going to merge #3242 now because I think it qualifies for "trivial fix", I had opened it during the freeze and also it has one approval. There is...

b=enhancement
c=varnishd

This ticket is to ask for comments, feedback and suggestions before starting a PR: I could not help but write a [vmod to support dynamic ACLs](https://gitlab.com/uplex/varnish/libvmod-acltools/) because of a [stackoverflow...

Noticed while working on #3900 : We only triggered #3895 because our built-in directors do not call `VRT_StaticDirector()` - which I think they could because they call ` VRT_DelDirector()` in...

This ticket is to take a related, but different issue out of #3895 We do not currently handle director loops, which can cause an infinite recursion on resolution, inevitably leading...

Unrelated panic from b53 on cci: ``` **** v1 CLI RX|Panic at: Wed, 26 Oct 2022 13:11:04 GMT **** v1 CLI RX|Assert error in V1F_FetchRespHdr(), ../../../../bin/varnishd/http1/cache_http1_fetch.c line 296: **** v1...

Tracking bugwash todo: turn https://github.com/varnishcache/varnish-cache/wiki/VIP13%3A-VMOD-versioning into PR to add docs with recommendations. Comments welcome upfront, in particular from @Dridi

Similar question to #371 from 2021: Is there a better way now to detect supported flags to `io_uring_queue_init_params()` than to just try them? In my specific case, I get `EINVAL`...

I looked into js0n for some particular purpose (and I am still considering it for its simplicity) and, sort of as a by-product, rewrote it to not use the jump...

From @mboy1011 originally opened as https://github.com/varnishcache/varnish-cache/issues/3970 ### Expected Behavior I want to install varnish/jammy 7.3.0-1~jammy amd64 on my Ubuntu 22.04.2 LTS Server Unfortunately I couldn't install it due to: **The...

The way I read this repository, our deb builds should, [except for some platforms](https://github.com/varnishcache/pkg-varnish-cache/commit/1c8b414018ea7f7ae5f56a3363f6220d4e158b47), use jemalloc. But when I unpack https://packagecloud.io/varnishcache/varnish60lts/packages/ubuntu/jammy/varnish_6.0.11-1~jammy_amd64.deb?distro_version_id=237, it does not look like it linked against it?...