Ver Fonte

Removed todo comment

Amir Khan há 2 anos atrás
pai
commit
b77cd6ee8a
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      psiphon/common/quic/gquic-go/h2quic/server.go

+ 0 - 2
psiphon/common/quic/gquic-go/h2quic/server.go

@@ -372,8 +372,6 @@ func ListenAndServe(addr, certFile, keyFile string, handler http.Handler) error
 	// Start the servers
 	// Start the servers
 	httpServer := &http.Server{
 	httpServer := &http.Server{
 		Addr: addr,
 		Addr: addr,
-		// *TODO* make sure that nil can be passed here. A tls conn is already made above.
-		// TLSConfig: nil,
 	}
 	}
 
 
 	quicServer := &Server{
 	quicServer := &Server{