Skip to content

Commit 5c61a6a

Browse files
b0b3rtmurgatroid99
andauthored
Update packages/grpc-js/src/server-call.ts
Co-authored-by: Michael Lumish <[email protected]>
1 parent 9150bdf commit 5c61a6a

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)