1. 15 Dec, 2009 2 commits
  2. 14 Dec, 2009 7 commits
  3. 03 Dec, 2009 3 commits
  4. 27 Nov, 2009 6 commits
  5. 25 Nov, 2009 6 commits
  6. 24 Nov, 2009 8 commits
  7. 19 Nov, 2009 3 commits
  8. 18 Nov, 2009 4 commits
  9. 16 Nov, 2009 1 commit
    • Poul-Henning Kamp's avatar
      Rework ESI storage allocation. · 5a2161e5
      Poul-Henning Kamp authored
      Previously we stored the esi-metadata in the object workspace, but since we
      are trying to make that a snug fit and we cannot preestimate how much space
      ESI parsing will need, this no longer works.
      
      Instead parse the ESI metadata into the workers workspace and when
      done, allocate a storage object and move it all into that.
      
      Beware that this may increase the memory cost for ESI objects by the stevedores
      granularity.
      
      Fixes #578
      
      
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4351 d4fa192b-c00b-0410-8231-f00ffab90ce4
      5a2161e5