Skip to content

Commit

Permalink
Merge branch 'main' into deps-bump-x-net
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-merge-on-green[bot] authored Apr 19, 2024
2 parents 697b490 + 14e3956 commit c3f98ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/grpctransport/grpctransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func Dial(ctx context.Context, secure bool, opts *Options) (GRPCClientConnPool,
}
pool := &roundRobinConnPool{}
for i := 0; i < opts.PoolSize; i++ {
conn, err := dial(ctx, false, opts)
conn, err := dial(ctx, secure, opts)
if err != nil {
// ignore close error, if any
defer pool.Close()
Expand Down

0 comments on commit c3f98ef

Please sign in to comment.