Alve Elde

Results 3 issues of Alve Elde

This PR changes backend revalidations to only send If-Modified-Since if the Last-Modified header is at least one second older than the Date header, to prevent revalidating content that changed within...

b=enhancement
c=varnishd
a=freeze

This commit changes the undefined behavior of setting req.ttl = 0s. Setting req.ttl = 0s would previously cause req.ttl to have no effect, but this breaks with setting req.grace =...

This PR is a follow-up to #3887. It does two things: 1. On systems without the `closefrom` syscall, we now iterate through `/proc//fd/` and individually close each FD. 2. The...