mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix missing property in ClientHttp2StreamMock
This commit is contained in:
parent
cfedd7c4b0
commit
a3e71b3eeb
@ -43,6 +43,7 @@ class ClientHttp2StreamMock extends stream.Duplex implements
|
||||
aborted = false;
|
||||
closed = false;
|
||||
destroyed = false;
|
||||
endAfterHeaders = false;
|
||||
pending = false;
|
||||
rstCode = 0;
|
||||
// tslint:disable:no-any
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user