Skip to content

Commit 6ef2dce

Browse files
authored
test: unflake'TLS 1.2 handshake' test (microsoft#36912)
1 parent 84b98ba commit 6ef2dce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/playwright-core/src/server/socksClientCertificatesInterceptor.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,7 @@ class SocksProxyConnection {
247247
'Content-Length: ' + Buffer.byteLength(responseBody),
248248
'',
249249
responseBody,
250-
].join('\r\n'), () => {
251-
this._browserEncrypted.destroy();
252-
});
250+
].join('\r\n'));
253251
}
254252
});
255253
}

0 commit comments

Comments
 (0)