Amir Khan 2 лет назад
Родитель
Сommit
b77cd6ee8a
1 измененных файлов с 0 добавлено и 2 удалено
  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
 	httpServer := &http.Server{
 		Addr: addr,
-		// *TODO* make sure that nil can be passed here. A tls conn is already made above.
-		// TLSConfig: nil,
 	}
 
 	quicServer := &Server{