Fixed and updated for client and lib models and package version and compile for typescript in http tunnel client

This commit is contained in:
2022-07-10 20:50:50 +07:00
parent 1af63d5955
commit 4412b6edd6
4 changed files with 17 additions and 27 deletions

View File

@@ -100,6 +100,7 @@ class TunnelResponse extends stream.Duplex {
this.socket.on("response-pipe-error", onResponsePipeError);
this.socket.on("response-pipe-end", onResponsePipeEnd);
}
}
_write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void) {