فهرست منبع

Removed todo comment

Amir Khan 2 سال پیش
والد
کامیت
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{