mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
7 lines
290 B
Text
7 lines
290 B
Text
|
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.
|
||
|
|