Skip to content

Commit 107fdb4

Browse files
committed
core: Make RPC buffering comment more clear
It wasn't entirely clear what "it" referred to.
1 parent 75fa441 commit 107fdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/grpc/internal/DelayedClientTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public final ClientStream newStream(
140140
}
141141
}
142142
// This picker's conclusion is "buffer". If there hasn't been a newer picker set (possible
143-
// race with reprocess()), we will buffer it. Otherwise, will try with the new picker.
143+
// race with reprocess()), we will buffer the RPC. Otherwise, will try with the new picker.
144144
synchronized (lock) {
145145
PickerState newerState = pickerState;
146146
if (state == newerState) {

0 commit comments

Comments
 (0)