mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
6 lines
294 B
Text
6 lines
294 B
Text
o Code simplification and refactoring:
|
|
- Our main loop has been simplified so that all important operations
|
|
happen inside events. Previously, some operations had to happen
|
|
outside the event loop, to prevent infinite sequences of event
|
|
activations. Closes ticket 25374.
|
|
|