Skip to content

Commit e77aae5

Browse files
committed
WIP
1 parent 6af7ba6 commit e77aae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void onWritePossible() throws IOException {
153153
} finally {
154154
writeLock.unlock();
155155
}
156-
// retry if runOrBuffer added tasks to the queue, but have not acquired the lock
156+
// retry if runOrBuffer() added tasks, but have not acquired the lock
157157
} while (!writeQueue.isEmpty());
158158
log.finest("onWritePossible: EXIT. Queue drained");
159159
}

0 commit comments

Comments
 (0)