1. 27 Jul, 2022 5 commits
  2. 26 Jul, 2022 4 commits
  3. 24 Jul, 2022 1 commit
  4. 20 Jul, 2022 1 commit
  5. 19 Jul, 2022 1 commit
  6. 11 Jul, 2022 2 commits
    • Nils Goroll's avatar
      Add std.now() and std.timed_call() · 00bb0b2e
      Nils Goroll authored
      std.now() fills a gap left by the stable time of the now variable in
      VCL: Sometimes we need to know the current time after some longer
      processing in VCL.
      
      std.timed_call() is intended to measure longer operations in
      VCL. std.timestamp() exists already to add accurate measurements to
      the log. std.timed_call() is for cases where the duration is required
      in VCL, for example to enrich HTTP requests/responses.
      00bb0b2e
    • Nils Goroll's avatar
      Improve VCL now documentation · d3abcede
      Nils Goroll authored
      d3abcede
  7. 04 Jul, 2022 4 commits
  8. 28 Jun, 2022 5 commits
  9. 27 Jun, 2022 9 commits
  10. 24 Jun, 2022 3 commits
  11. 23 Jun, 2022 3 commits
  12. 21 Jun, 2022 1 commit
  13. 20 Jun, 2022 1 commit
    • Nils Goroll's avatar
      Clear Transfer-Encoding for ESI subrequests · fbf2c986
      Nils Goroll authored
      While, before this change, subrequests would see the Transfer-Encoding
      on the client side, I could not find a case where this caused any harm,
      so this change, presumably, is only to prevent potential future issues.
      fbf2c986