mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
|
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.
|
||
|
|