commit 6946cc0323fcb0ebbc14420fa3293e7525f412da
Author: David Fifield <[email protected]>
Date:   Tue Apr 15 16:08:33 2014 -0700

    My golang-nuts post on Listen/Serve that never went anywhere.
---
 meek-server/meek-server.go |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meek-server/meek-server.go b/meek-server/meek-server.go
index 510bfa3..51f094e 100644
--- a/meek-server/meek-server.go
+++ b/meek-server/meek-server.go
@@ -187,6 +187,7 @@ func listenTLS(network string, addr *net.TCPAddr, 
certFilename, keyFilename stri
        // We have to separate the Listen and Serve parts because we need to
        // report the listening address before entering Serve (which is an
        // infinite loop).
+       // https://groups.google.com/d/msg/Golang-nuts/3F1VRCCENp8/3hcayZiwYM8J
        config := &tls.Config{}
        config.NextProtos = []string{"http/1.1"}
 



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to