new_spooling_backend 434 B

1234567
  1. o Code simplification and refactoring:
  2. - The logic that directory caches use to spool request to clients,
  3. serving them one part at a time so as not to allocate too much memory,
  4. has been refactored for consistency. Previously there was a separate
  5. spooling implementation per type of spoolable data. Now there
  6. is one common spooling implementation, with extensible data types.
  7. Closes ticket 21651.