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

Co-authored-by: Michael Lumish <mlumish@google.com>
This commit is contained in:
Robert M 2021-11-01 18:38:37 -07:00 committed by GitHub
parent 9150bdfd24
commit 5c61a6a34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ export class Http2ServerCallStream<
default: {
this.sendError({
code: Status.UNIMPLEMENTED,
details: `Received "grpc-encoding" header "${encoding}", which is not supported`,
details: `Received message compressed with unsupported encoding "${encoding}"`,
});
return Promise.resolve();
}