mirror of https://github.com/grpc/grpc-node.git
Treat trailers as end of incoming messages
This commit is contained in:
parent
2d73ed263d
commit
90ce40f91c
|
@ -315,6 +315,7 @@ export class Http2CallStream implements Call {
|
|||
}
|
||||
|
||||
private handleTrailers(headers: http2.IncomingHttpHeaders) {
|
||||
this.readsClosed = true;
|
||||
const code: Status = this.mappedStatusCode;
|
||||
const details = '';
|
||||
let metadata: Metadata;
|
||||
|
|
Loading…
Reference in New Issue