mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Changes file for ticket 23848
This commit is contained in:
parent
3c99b810a4
commit
90daa28df4
8
changes/bug23848
Normal file
8
changes/bug23848
Normal file
@ -0,0 +1,8 @@
|
||||
o Minor features (embedding):
|
||||
- On most errors that would cause Tor to exit, it now tries to return
|
||||
from the tor_main() function, rather than calling the system exit()
|
||||
function. Most users won't notice a difference here, but it should
|
||||
make a significant difference on platforms that try to run Tor inside
|
||||
a separate thread: they should now be able to survive Tor's exit
|
||||
conditions rather than having Tor shut down the entire process.
|
||||
Closes ticket 23848.
|
Loading…
Reference in New Issue
Block a user