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.
2 parents 63fccce + ea1f2b3 commit 618475aCopy full SHA for 618475a
packages/grpc-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js",
3
- "version": "1.6.11",
+ "version": "1.6.12",
4
"description": "gRPC Library for Node - pure JS implementation",
5
"homepage": "https://grpc.io/",
6
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
packages/grpc-js/src/call-stream.ts
@@ -491,7 +491,7 @@ export class Http2CallStream implements Call {
491
try {
492
details = decodeURI(metadataMap['grpc-message']);
493
} catch (e) {
494
- details = metadataMap['grpc-messages'] as string;
+ details = metadataMap['grpc-message'];
495
}
496
metadata.remove('grpc-message');
497
this.trace(
0 commit comments