Home
last modified time | relevance | path

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

/third_party/node/lib/
D_http_client.js75 const { connResetException, codes } = require('internal/errors');
461 res.destroy(connResetException('aborted'));
474 req.emit('error', connResetException('socket hang up'));
525 req.emit('error', connResetException('socket hang up'));
879 err = connResetException('socket hang up');
D_tls_wrap.js69 const { connResetException, codes } = require('internal/errors');
1153 const connReset = connResetException('socket hang up');
1655 const error = connResetException('Client network socket disconnected ' +
D_http_server.js70 connResetException,
766 req.destroy(connResetException('aborted'));
/third_party/node/lib/internal/
Derrors.js718 function connResetException(msg) { function
914 connResetException, property
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md5452 ….com/nodejs/node/commit/e72d4aa522)] - **errors**: create internal connResetException (Rich Trott)…