[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [meek/master] Reflow comment.



commit b85de1f97612890110a497c3f84158104f8026aa
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Thu Apr 10 09:20:17 2014 -0700

    Reflow comment.
---
 meek-client-torbrowser/meek-client-torbrowser.go |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meek-client-torbrowser/meek-client-torbrowser.go b/meek-client-torbrowser/meek-client-torbrowser.go
index 74852d3..6ddcf2f 100644
--- a/meek-client-torbrowser/meek-client-torbrowser.go
+++ b/meek-client-torbrowser/meek-client-torbrowser.go
@@ -169,11 +169,11 @@ func main() {
 	defer logKill(meekClientCmd.Process)
 
 	if exitOnStdinEOF {
-		// On Windows, we don't get a SIGINT or SIGTERM, rather we are killed
-		// without a chance to clean up our subprocesses. When run inside
-		// terminateprocess-buffer, it is instead terminateprocess-buffer that
-		// is killed, and we can detect that event by that our stdin gets
-		// closed.
+		// On Windows, we don't get a SIGINT or SIGTERM, rather we are
+		// killed without a chance to clean up our subprocesses. When
+		// run inside terminateprocess-buffer, it is instead
+		// terminateprocess-buffer that is killed, and we can detect
+		// that event by that our stdin gets closed.
 		// https://trac.torproject.org/projects/tor/ticket/9330
 		go func() {
 			io.Copy(ioutil.Discard, os.Stdin)



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits