Nils Goroll
Nils Goroll
https://github.com/varnishcache/varnish-cache/blob/master/doc/sphinx/users-guide/vcl-built-in-code.rst might need an update. During bugwash, consensus was that the purpose of "extensible" builtin subs should be explained in builtin.vcl. The rst referenced above should probably explain the concepts...
This PR includes #4358 as of 576e2a50f98bcd030372bebddce04628956a685e Before this patch, creating a response body in vcl_synth {} involved two memcpy to heap operations: First to a vsb, then to a...
This question re-surfaced in the context of #4344 after having written #4358, when I noticed that it is also very much relevant for the trailer support which I hope we...
Varnish-Cache maintainer and author of the shard director here. I strongly recommend not to recommend the hash director: https://github.com/mittwald/kube-httpcache/blob/f978b95a0c2ec72de24fc89f7f3e12fb5d0398fb/chart/values.yaml#L287 I recommend to use [vmod_cluster](https://code.uplex.de/uplex-varnish/libvmod-cluster), or at least the shard director...
As suggested [here](https://github.com/kensanata/mastodon-archive/issues/130#issuecomment-3723333894), this removes this extra argument handling in `login()` such that `version_check` will always be the default of the `App()` function. It seems to me that keeping the...
Using mastodon-archive for the first time, I got this error (with the `raise()` call modified to output the `version_check_mode` value): ``` mastodon-archive login [email protected] This app needs access to your...