Home
last modified time | relevance | path

Searched refs:serverTLS (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-generic-stream.js22 const serverTLS = new TLSSocket(serverSide, { constant
30 assert.strictEqual(serverTLS.connecting, false);
34 assert.strictEqual(serverTLS.read().toString(), 'foobar');
Dtest-http2-server-startup.js24 const serverTLS = http2.createSecureServer(options, () => {}); constant
25 serverTLS.listen(0, common.mustCall(() => serverTLS.close()));
28 serverTLS.on('error', common.mustNotCall());