mirror of https://github.com/grpc/grpc-node.git
Update packages/grpc-js/src/server-call.ts
Co-authored-by: Michael Lumish <mlumish@google.com>
This commit is contained in:
parent
9150bdfd24
commit
5c61a6a34e
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue