mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user