зеркало из https://github.com/microsoft/etcd3.git
fix: bad test cleanup causing failures
This commit is contained in:
Родитель
27cff616f2
Коммит
7b8e971ecd
|
@ -40,6 +40,9 @@ export class Proxy {
|
|||
* activate creates the proxy server.
|
||||
*/
|
||||
public activate(): Promise<void> {
|
||||
this.enabledDataFlows.add(TrafficDirection.FromEtcd);
|
||||
this.enabledDataFlows.add(TrafficDirection.ToEtcd);
|
||||
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
this.server = tls.createServer(
|
||||
{ cert: tlsCert, key: tlsKey, ALPNProtocols: ['h2'] },
|
||||
|
|
Загрузка…
Ссылка в новой задаче