Searched refs:connResetException (Results 1 – 5 of 5) sorted by relevance
75 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');
69 const { connResetException, codes } = require('internal/errors');1153 const connReset = connResetException('socket hang up');1655 const error = connResetException('Client network socket disconnected ' +
70 connResetException,766 req.destroy(connResetException('aborted'));
718 function connResetException(msg) { function914 connResetException, property
5452 ….com/nodejs/node/commit/e72d4aa522)] - **errors**: create internal connResetException (Rich Trott)…