mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge branch 'grpc-js_compression_support' of github.com:b0b3rt/grpc-node into grpc-js_compression_support
This commit is contained in:
commit
deff9d4df9
@ -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…
x
Reference in New Issue
Block a user