mirror of https://github.com/grpc/grpc-java.git
Better error description onGoAwayRead
This commit is contained in:
parent
238a4cb620
commit
d4d66a5fef
|
|
@ -194,7 +194,7 @@ class NettyClientHandler extends Http2ConnectionHandler {
|
|||
if (debugData.isReadable()) {
|
||||
// If a debug message was provided, use it.
|
||||
String msg = debugData.toString(UTF_8);
|
||||
status = status.withDescription(msg);
|
||||
status = status.augmentDescription(msg);
|
||||
}
|
||||
goAwayStatus(status);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue