diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-28 19:55:18 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-28 19:55:18 +0200 |
commit | 208c2a5c74e5ae4e53a9c6555f5519816826d490 (patch) | |
tree | d7b01b05afdeb890714c77391c7705a8e0727b23 /changes | |
parent | 4d5b46aad91daeafd9c3f9d703f3b0b7b47ad472 (diff) | |
parent | 003a7fe2a390615df9f700193ab0fe52fa4ade93 (diff) | |
download | tor-208c2a5c74e5ae4e53a9c6555f5519816826d490.tar.gz tor-208c2a5c74e5ae4e53a9c6555f5519816826d490.zip |
Merge branch 'spooling_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/new_spooling_backend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/new_spooling_backend b/changes/new_spooling_backend new file mode 100644 index 0000000000..a100688900 --- /dev/null +++ b/changes/new_spooling_backend @@ -0,0 +1,7 @@ + o Code simplification and refactoring: + - The logic that directory caches use to spool request to clients, + serving them one part at a time so as not to allocate too much memory, + has been refactored for consistency. Previously there was a separate + spooling implementation per type of spoolable data. Now there + is one common spooling implementation, with extensible data types. + Closes ticket 21651. |