Skip to content

Commit

Permalink
documentation: Update proxy docs to point to WithContextDialer (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H committed Jul 2, 2024
1 parent d382d84 commit 5ac73ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ connection before giving it to gRPC.

If the default proxy doesn't work for you, replace the default dialer with your
custom proxy dialer. This can be done using
[`WithDialer`](https://godoc.org/google.golang.org/grpc#WithDialer).
[`WithContextDialer`](https://pkg.go.dev/google.golang.org/grpc#WithContextDialer).

0 comments on commit 5ac73ac

Please sign in to comment.