Skip to content

Commit fb65458

Browse files
committed
Increment: Modifies description of OverrideAuthority()
1 parent 1dd2231 commit fb65458

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resolver/resolver.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ type Resolver interface {
325325
// By default, the authority used is target.Endpoint().
326326
type AuthorityOverrider interface {
327327
// OverrideAuthority returns the authority to use for a ClientConn with the
328-
// given target. It must not perform I/O or any other blocking operations.
328+
// given target. The implementation must generate it without blocking,
329+
// typically in line, and must keep it unchanged.
329330
OverrideAuthority(Target) string
330331
}

0 commit comments

Comments
 (0)