Skip to content

Commit aa7c484

Browse files
committed
Unexport acceptCompressors
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
1 parent 219e100 commit aa7c484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ func (o CompressorCallOption) after(*callInfo, *csAttempt) {}
520520
// advertised in the grpc-accept-encoding header for response messages.
521521
// Compression algorithms not in the provided list will not be advertised, and
522522
// responses compressed with non-listed algorithms will be rejected.
523-
func AcceptCompressors(names ...string) CallOption {
523+
func acceptCompressors(names ...string) CallOption {
524524
cp := append([]string(nil), names...)
525525
return acceptCompressorsCallOption{names: cp}
526526
}

0 commit comments

Comments
 (0)