Fixed and updated for client and lib models and package version and compile for typescript in http tunnel client
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user