Reza Naghibi
Reza Naghibi
ok, I think I may have figured out our problem here. `beresp.uncacheable` is being used for 2 very different scenarios: * Private objects * Error responses Looking back at some...
> You can cache synthetic responses from `vcl_backend_error` given a positive TTL, your assumption is broken. Not sure I understand. The context here is error responses from a backend in...
Ya, my original proposal was to add `timeout_waitinglist` and when a request hits it, move it to `vcl_synth` with an error response status. We could also add `max_waitinglist` and when...
Lmk how you want to fix this, im working on some timeout stuff at the moment and can submit a PR. The problem is that a value of zero is...