Skip to content

Commit

Permalink
Adjust code based on reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
db-will committed Jan 4, 2025
1 parent 9ad25f9 commit 41368bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/go-tpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ func registerMysqlTLSConfig() {
Certificates: certificates,
RootCAs: certPool,
ClientCAs: certPool,
NextProtos: []string{"h2", "http/1.1"}, // specify `h2` to let Go use HTTP/2.
}

err = mysql.RegisterTLSConfig(customTlsName, tlsConfig)
Expand Down

0 comments on commit 41368bb

Please sign in to comment.