meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Send signal SIGTERM instead of SIGKILL when timing out. #68

Closed hellais closed 10 years ago

hellais commented 10 years ago

If the signal SIGKILL is send to Tor and you are using pluggable transports, the pluggable transports will stay running and not be terminated.

meejah commented 10 years ago

I merged by hand and fixed the failing utest (looking for KILL versus TERM). Thanks for the fix!