Home
last modified time | relevance | path

Searched refs:connResetException (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/
D_http_client.js55 const { AbortError, connResetException, codes } = require('internal/errors');
391 err = connResetException('socket hang up');
449 req.emit('error', connResetException('socket hang up'));
499 req.emit('error', connResetException('socket hang up'));
D_tls_wrap.js58 const { connResetException, codes } = require('internal/errors');
1063 const connReset = connResetException('socket hang up');
1570 const error = connResetException('Client network socket disconnected ' +
/third_party/node/lib/internal/
Derrors.js637 function connResetException(msg) { function
759 connResetException, property
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3024 ….com/nodejs/node/commit/e72d4aa522)] - **errors**: create internal connResetException (Rich Trott)…