Lines Matching refs:debug

44 let debug = require('internal/util/debuglog').debuglog('net', (fn) => {
45 debug = fn;
237 debug('createConnection', normalized);
349 debug('emit close');
527 debug('_final: not yet connected');
534 debug('_final: not ended, call shutdown()');
551 debug('afterShutdown destroyed=%j', self.destroyed);
597 debug('_onTimeout');
706 debug('Socket._handle.readStart');
715 debug(
722 debug('_read wait for connection');
742 debug('reset wait for connection');
805 debug('destroy');
813 debug('close');
816 debug('close handle');
825 debug('emit close');
850 debug('has server');
859 debug('reset connection');
1034 debug(`checkBindError, bound to ${out.port} instead of ${port}`);
1059 debug('connect: binding to localAddress: %s and localPort: %d (addressType: %d)',
1070 debug('connect: attempting to connect to %s:%d (addressType: %d)', address, port, addressType);
1136 debug('connect/multiple: binding to localAddress: %s and localPort: %d (addressType: %d)',
1147 debug('connect/multiple: attempting to connect to %s:%d (addressType: %d)', address, port, addressType);
1178 debug('connect/multiple: setting the attempt timeout to %d ms', context.timeout);
1214 debug('pipe', pipe, path);
1331 debug('connect: find host', host);
1332 debug('connect: dns options', dnsopts);
1337 debug('connect: autodetecting');
1516 debug('afterConnect');
1574 debug('connect/multiple: ignoring successful but timedout connection to %s:%s', req.address, req.port);
1607 debug('connect/multiple: ignoring successful but timedout connection to %s:%s', req.address, req.port);
1629 debug('connect/multiple: connection to %s:%s timed out', req.address, req.port);
1723 debug('listen invalid fd=%d:', fd, e.message);
1746 debug('bind to', address || 'any');
1771 debug('setupListenHandle', address, port, addressType, backlog, fd);
1776 debug('setupListenHandle: have a handle already');
1778 debug('setupListenHandle: create a handle');
2047 debug('onconnection');
2204 debug('SERVER _emitCloseIfDrained');
2207 debug('SERVER handle? %j connections? %d',
2220 debug('SERVER: emit close');