Nils Goroll

Results 592 comments of Nils Goroll

I have added a change to this PR which is somehow unrelated, but needs the ability to plug an acceptor. See https://github.com/varnishcache/varnish-cache/issues/4169#issuecomment-2453476501

I am going to continue working with the code in this ticket due to lack of alternatives, but bugwash agreed that this PR will not go in because we want...

FTR: In light of the existence of `LD_PRELOAD`, does it really make sense to try to "prevent" loading code into mgt?

Yes, I had also noticed that the test case works with range support disabled. But I think the test case should also work with it being enabled, and it is,...

Dridi, I would like to ask you to take a moment to reflect on what you are proposing here. Do you have a secret plan to make VCL useless? Edit:...

So, to get some things out of the way first: > because you want to take a shortcut to satisfy your use case. I do not want to take shortcuts,...

Hm, OK, I was hoping for a different kind of agreement, but then it is how it is. So: * No, I will not agree to a "force-reset to bereq0"....

> On `http_range_support`: I see this as a convenience feature which switches on sensible defaults [...] it (is) possible for VCL to [...] push the _range_ filter on the client...

> A restart occurring after `vcl_miss` can take orders of magnitude longer than milliseconds. For this scenario to be relevant, it would need to be a `return(restart)` from `sub vcl_deliver...