1. 08 May, 2020 14 commits
  2. 01 May, 2020 4 commits
  3. 30 Apr, 2020 15 commits
  4. 28 Apr, 2020 6 commits
  5. 27 Apr, 2020 1 commit
    • Oran Agra's avatar
      optimize memory usage of deferred replies · 8110ba88
      Oran Agra authored
      When deffered reply is added the previous reply node cannot be used so
      all the extra space we allocated in it is wasted. in case someone uses
      deffered replies in a loop, each time adding a small reply, each of
      these reply nodes (the small string reply) would have consumed a 16k
      block.
      now when we add anther diferred reply node, we trim the unused portion
      of the previous reply block.
      
      see #7123
      8110ba88