Nils Goroll
Nils Goroll
@fwsGonzo For our convenience, would you force-push this branch please? Regarding the test, there was no CMake/make involved in the test failure, just pure `varnishtest`. But I tried to reproduce...
@fwsGonzo can we just have the branch for this PR updated without unrelated commits please?
So I would like to propose to remove the timeout while waiting on the condition variable, based on the argument that we do not need it if our code is...
Pushed in the context of this PR: caf49d8b42b97c3599e01f2e503d24991a1a0bcf
force push: moved from VRT to VPI
TODOs based on feedback from @Dridi and @bsdphk : * boringification-rename $Ear -> $Cli * So the ear is going to be renamed to "cli method" * change cli method...
I have implemented the TODOs and force pushed. The commit message of 0f53a0b713bb10a3ac2236cfccced0db86127ebc reflects the new naming: * `vmod_cli_f` for the cli method type * `SYM_CLI_METHOD` for the vcc symbol...
The existing documentation is [here](https://github.com/varnishcache/varnish-cache/pull/3729/files#diff-baacd6054dd70bcf52b7bc3ae56b37f0446dfe7255eb7219f41265dbe5cbbd05R447-R456) and [in the commit message](https://github.com/varnishcache/varnish-cache/pull/3729/commits/f00e39eaaa990d9da2b715f60336b4f1598ea442). I did not write documentation for vmod authors yet because the interface should be settled first. My understanding from pow...
I have not fully devoured this ticket, but FTR, I do not think there is anything wrong in pesi, but if anyone sees any issue, please let me know. Thank...
Could this scenario of the vxid wrap hypothesis happen? * `L_opt` or `T_opt` limit is reached (`store overflow`) * An ESI parent vtx is forced complete * A sub-request's `Begin`...