Merge remote-tracking branch 'yawning/feature15435'

This commit is contained in:
Nick Mathewson
2015-04-01 13:34:14 -04:00
5 changed files with 82 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (pluggable Transports):
- When launching managed pluggable transports, setup a valid open stdin
in the child process that can be used to detect if tor has terminated.
The "TOR_PT_EXIT_ON_STDIN_CLOSE" enviornment variable can be used by
implementations to detect this new behavior. Resolves ticket 15435.