Searched refs:connResetException (Results 1 – 4 of 4) sorted by relevance
55 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'));
58 const { connResetException, codes } = require('internal/errors');1063 const connReset = connResetException('socket hang up');1570 const error = connResetException('Client network socket disconnected ' +
637 function connResetException(msg) { function759 connResetException, property
3024 ….com/nodejs/node/commit/e72d4aa522)] - **errors**: create internal connResetException (Rich Trott)…