1. 18 Feb, 2018 1 commit
    • Pål Hermunn Johansen's avatar
      Introduce ttl_now and the new way of calculating TTLs in VCL · 33143e05
      Pål Hermunn Johansen authored
      A new fucntion, ttl_now(VRT_CTX), defines what "now" is when ttl
      and age are calculated in various VCL subs. To sum up,
      
      * Before a backend fetch on the client side (vcl_recv, vcl_hit,
        vcl_miss) we use t_req from the request. This is the significance
        in this commit, and fixes the bug demonstrated by r02555.vtc.
      * On the backend side, most notably vcl_backend_responce, we keep
        the old "now" by simply using ctx->now.
      * In vcl_deliver we use ctx->now, as before.
      
      It was necessary to make all purges use t_req as their base time.
      Then, to not break c00041.vtc it was necessary to change from ">="
      to ">" in HSH_Lookup.
      
      All VMODs that currently use HSH_purge must change to using
      VRT_purge.
      33143e05
  2. 17 Feb, 2018 3 commits
  3. 16 Feb, 2018 7 commits
  4. 15 Feb, 2018 5 commits
  5. 13 Feb, 2018 3 commits
  6. 12 Feb, 2018 3 commits
  7. 10 Feb, 2018 1 commit
  8. 08 Feb, 2018 2 commits
  9. 07 Feb, 2018 2 commits
  10. 06 Feb, 2018 2 commits
  11. 05 Feb, 2018 5 commits
  12. 31 Jan, 2018 6 commits