test: fix Windows Socks tests
This commit is contained in:
parent
b13bd66d20
commit
47bea61680
|
|
@ -118,7 +118,6 @@ export class MockSocksServer {
|
|||
body
|
||||
].join('\r\n'));
|
||||
this._socksProxy.sendSocketData({ uid: payload.uid, data });
|
||||
this._socksProxy.sendSocketEnd({ uid: payload.uid });
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue