We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9749042 commit d0fe1e4Copy full SHA for d0fe1e4
servlet/src/main/java/io/grpc/servlet/ServletServerStream.java
@@ -297,7 +297,7 @@ public void cancel(Status status) {
297
}
298
transportState.runOnTransportThread(() -> transportState.transportReportStatus(status));
299
// There is no way to RST_STREAM with CANCEL code, so write trailers instead
300
- close(Status.CANCELLED.withDescription("servlet io exception")
+ close(Status.CANCELLED.withDescription("Servlet stream cancelled")
301
.withCause(status.asRuntimeException()),
302
new Metadata());
303
CountDownLatch countDownLatch = new CountDownLatch(1);
0 commit comments