1. 27 Sep, 2021 1 commit
  2. 25 Sep, 2021 1 commit
    • Nils Goroll's avatar
      Move struct storage definition to storage_simple.h · b6fef8a4
      Nils Goroll authored
      Use of SML is supported by the storage API though the sml_* function
      pointers.
      
      Yet, like struct object, struct storage is part of the simple storage
      (sml) implementation and does not belong to the storage API. Storage
      not using SML (that is, code which does not include storage_simple.h)
      should not be concerned with struct storage.
      b6fef8a4
  3. 24 Sep, 2021 1 commit
  4. 23 Sep, 2021 1 commit
    • Dridi Boukelmoune's avatar
      vtc: Another c69 and c93 stabilization attempt · ef91cff5
      Dridi Boukelmoune authored
      Even thought the first rxresp implies that the backend fetch must have
      completed, it is still possible to observe a streaming hit.
      
      Since resp.is_streaming merely looks at the presence of a boc, and not
      whether its state is lower than FINISHED, waiting until we see the fetch
      end in the logs and forcing a new client session should reduce the race
      window in those test cases.
      
      We could also try to settle on the value of resp.is_streaming when we
      hit an object in the cache or resume from a backend fetch and change the
      semantic to whether resp was streaming when VCL entered the subroutine.
      
      By that I mean, with a proper check of the boc state.
      ef91cff5
  5. 22 Sep, 2021 6 commits
  6. 21 Sep, 2021 1 commit
  7. 20 Sep, 2021 12 commits
  8. 16 Sep, 2021 1 commit
  9. 15 Sep, 2021 4 commits
  10. 14 Sep, 2021 6 commits
  11. 13 Sep, 2021 5 commits
  12. 10 Sep, 2021 1 commit