[tor-commits] [meek/utls_2] Reminder to update the man page with utls updates.

dcf at torproject.org dcf at torproject.org
Thu Feb 7 01:45:37 UTC 2019


commit 9338f2ab623fdf321efb96a55306dd2f8d08aba4
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Feb 6 18:43:50 2019 -0700

    Reminder to update the man page with utls updates.
---
 meek-client/utls.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meek-client/utls.go b/meek-client/utls.go
index 6f3d594..9a49317 100644
--- a/meek-client/utls.go
+++ b/meek-client/utls.go
@@ -265,6 +265,7 @@ func makeRoundTripper(url *url.URL, clientHelloID *utls.ClientHelloID, cfg *utls
 	}
 }
 
+// When you update this map, also update the man page in doc/meek-client.1.txt.
 var clientHelloIDMap = map[string]*utls.ClientHelloID{
 	// No HelloCustom: not useful for external configuration.
 	// No HelloRandomized: doesn't negotiate consistent ALPN.



More information about the tor-commits mailing list