Nils Goroll

Results 126 issues of Nils Goroll

In the context of [the varnish-cache zipflow module](https://code.uplex.de/uplex-varnish/libvmod-zipflow), most objects are readily available either gzip compressed (for anything compressible) or uncompressed (where the source format is already compressed, e.g. JPEG)....

As hinted by the last paragraph of the commit message given below, I would continue working on optimizations enabled by this change, if accepted. ---- Before this patch, the implied...

After having let it sit in a toy example state for a year, I do now intend to turn [the varnish-cache zipflow module](https://code.uplex.de/uplex-varnish/libvmod-zipflow) into something useful. In this context, it...

Compiling audiowmark on Debian 12.4, I get deprecation warnings: ``` $ apt info libavcodec-dev Package: libavcodec-dev Version: 7:5.1.4-0+deb12u1 Priority: optional Section: libdevel Source: ffmpeg ... $ ./configure --with-ffmpeg && make...

I will be away until July, but I would appreciate reviews and collection of feedback in the meantime. Also, for the unlikely event that everyone is absolutely happy about it,...

This commit is to prepare use of the VDP API also for the backend side to filter bereq.body through bereq.filters by adding a struct vrt_init_ctx argument to the VDP init...

This commit is to prepare use of the VDP API also for the backend side to filter bereq.body through bereq.filters by putting all pointers _intended_ to be used by a...

a=need bugwash
a=ActionBeforeRelease

[A panic with SLASH/fellow](https://gitlab.com/uplex/varnish/slash/-/issues/61) exposed a problem in Varnish-Cache: We shut down stevedores unconditionally, no matter if still used or not. While an argument could be made that stevedores should...

a=need bugwash

Layering directors works at the moment by adding references to a director as a backend of another director. This is all good and well, but there is an additional use...