1. 20 Mar, 2024 1 commit
    • Walid Boudebouda's avatar
      varnishncsa: Reduce CTX.gen overflow likelihood · 13fe897f
      Walid Boudebouda authored
      If a format never matches anything, the 4294967296th transaction
      proccessed by varnishncsa will wrap its generation around to zero,
      be considered a match, and let vsb_fcat() pass a null string to
      VSB_quote().
      13fe897f
  2. 19 Mar, 2024 1 commit
  3. 18 Mar, 2024 26 commits
  4. 15 Mar, 2024 9 commits
  5. 14 Mar, 2024 1 commit
  6. 11 Mar, 2024 1 commit
  7. 07 Mar, 2024 1 commit
    • Nils Goroll's avatar
      Improve test · 333d5a5e
      Nils Goroll authored
      weird behavior was observed while working on a new feature: This test
      would terminate s1 after the delay before varnish could finish reading
      all of the chunked body, which would leave an unfinished backend request
      in varnishd when it terminated.
      333d5a5e