[tor-commits] [meek/utls_2] Update a comment for utls.

dcf at torproject.org dcf at torproject.org
Thu Jan 31 07:30:46 UTC 2019


commit 8676bcc500c2a36bdaa25788107ede050288aaef
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Jan 31 00:07:43 2019 -0700

    Update a comment for utls.
---
 meek-client/meek-client.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go
index 268c774..d773dcb 100644
--- a/meek-client/meek-client.go
+++ b/meek-client/meek-client.go
@@ -79,9 +79,9 @@ const (
 	helperWriteTimeout      = 2 * time.Second
 )
 
-// We use this RoundTripper to make all our requests when --helper is not
-// in effect. We use the defaults, except we take control of the Proxy setting
-// (notably, disabling the default ProxyFromEnvironment).
+// We use this RoundTripper to make all our requests when neither --helper nor
+// utls is in effect. We use the defaults, except we take control of the Proxy
+// setting (notably, disabling the default ProxyFromEnvironment).
 var httpRoundTripper *http.Transport = http.DefaultTransport.(*http.Transport)
 
 // We use this RoundTripper when --helper is in effect.





More information about the tor-commits mailing list