Skip to content

Commit

Permalink
Removed todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Mar 14, 2024
1 parent 9d90ea2 commit b77cd6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psiphon/common/quic/gquic-go/h2quic/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit b77cd6e

Please sign in to comment.