[tor-commits] [meek/turbotunnel] comment typo

dcf at torproject.org dcf at torproject.org
Mon Jul 27 20:21:38 UTC 2020


commit 70ce713a9d48810dff51984498d7898f6d57374d
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Jul 10 14:50:43 2020 -0600

    comment typo
---
 meek-client/turbotunnel.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meek-client/turbotunnel.go b/meek-client/turbotunnel.go
index c11b1f2..e492c9d 100644
--- a/meek-client/turbotunnel.go
+++ b/meek-client/turbotunnel.go
@@ -236,8 +236,8 @@ func (c *PollingPacketConn) requestLoop() {
 			return
 		case p := <-c.sendQueue:
 			// An empty slice is a special case. It doesn't mean to
-			// literally mean to send an (encoded) packet of length
-			// zero, but to quit blocking and send an empty polling
+			// literally send an (encoded) packet of length zero,
+			// but to quit blocking and send an empty polling
 			// request.
 			if len(p) > 0 {
 				encapsulation.WriteData(&body, p)



More information about the tor-commits mailing list