mirror of https://github.com/grpc/grpc-node.git
Fix event name
This commit is contained in:
parent
a3c1136fb4
commit
c03be4a711
|
|
@ -203,7 +203,7 @@ export class Http2CallStream extends Duplex implements CallStream {
|
|||
});
|
||||
});
|
||||
});
|
||||
stream.on('read', (data) => {
|
||||
stream.on('data', (data) => {
|
||||
let readHead = 0;
|
||||
let canPush = true;
|
||||
let toRead: number;
|
||||
|
|
|
|||
Loading…
Reference in New Issue