Home
last modified time | relevance | path

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

/third_party/node/lib/
D_tls_wrap.js511 this.on('error', this._tlsError);
891 const e = this._tlsError(err);
896 TLSSocket.prototype._tlsError = function(err) { method in TLSSocket
907 this.removeListener('error', this._tlsError);
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md3591 …/nodejs/node/commit/bee1955f4e)] - **tls**: handle `error` events with `_tlsError` (Fedor Indutny)…