mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
e62518865b
Instead of having it call update_all_descriptor_downloads and update_networkstatus_downloads directly, we can have it cause them to get rescheduled and called from run_scheduled_events. Closes ticket 16789.
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.
|
|
|