diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-17 13:50:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-17 13:50:19 -0400 |
commit | 573bd1f033d47a21a90340644480587e62817b68 (patch) | |
tree | 8856b4accb908c649035f6a2f7abb47945691567 /changes | |
parent | 7f9a33a800b0d399942ca0aa98c05a71d08926b4 (diff) | |
parent | e62518865b312816211086c6a0d080e7258dae5b (diff) | |
download | tor-573bd1f033d47a21a90340644480587e62817b68.tar.gz tor-573bd1f033d47a21a90340644480587e62817b68.zip |
Merge remote-tracking branch 'public/decouple_retry_directory'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/decouple_retry_directory | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/decouple_retry_directory b/changes/decouple_retry_directory new file mode 100644 index 0000000000..11f901b04f --- /dev/null +++ b/changes/decouple_retry_directory @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Change the function that's called when we need to retry all downloads + so that it only reschedules the downloads to happen immediately, rather + than launching them all at once itself. This further simplifies + Tor's callgraph. + |