Skip to content

Commit deff9d4

Browse files
committed
Merge branch 'grpc-js_compression_support' of github.com:b0b3rt/grpc-node into grpc-js_compression_support
2 parents dc9752a + 5c61a6a commit deff9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js/src/server-call.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ export class Http2ServerCallStream<
485485
default: {
486486
this.sendError({
487487
code: Status.UNIMPLEMENTED,
488-
details: `Received "grpc-encoding" header "${encoding}", which is not supported`,
488+
details: `Received message compressed with unsupported encoding "${encoding}"`,
489489
});
490490
return Promise.resolve();
491491
}

0 commit comments

Comments
 (0)