Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created June 16, 2015 13:54
Show Gist options
  • Select an option

  • Save Unitech/f0820ee4010a38865d8c to your computer and use it in GitHub Desktop.

Select an option

Save Unitech/f0820ee4010a38865d8c to your computer and use it in GitHub Desktop.
{ _connecting: false,
_hadError: false,
_handle:
{ fd: 14,
reading: true,
owner: [Circular],
onread: [Function: onread],
onconnection: null,
writeQueueSize: 0 },
_parent: null,
_host: null,
_readableState:
{ objectMode: false,
highWaterMark: 16384,
buffer: [],
length: 0,
pipes:
{ _writableState: [Object],
writable: true,
domain: null,
_events: [Object],
_maxListeners: undefined,
state: 'message',
_lenbuf: [Object] },
pipesCount: 1,
flowing: true,
ended: false,
endEmitted: false,
reading: true,
sync: false,
needReadable: true,
emittedReadable: false,
readableListening: false,
defaultEncoding: 'utf8',
ranOut: false,
awaitDrain: 0,
readingMore: false,
decoder: null,
encoding: null,
resumeScheduled: true },
readable: true,
domain: null,
_events:
{ end: [ [Object], [Object] ],
finish: [Function: onSocketFinish],
_socketEnd: [Function: onSocketEnd],
data: [Function: ondata],
request: [Function],
error: [Function] },
_maxListeners: undefined,
_writableState:
{ objectMode: false,
highWaterMark: 16384,
needDrain: false,
ending: false,
ended: false,
finished: false,
decodeStrings: false,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 0,
prefinished: false,
errorEmitted: false },
writable: true,
allowHalfOpen: true,
destroyed: false,
bytesRead: 0,
_bytesDispatched: 0,
_pendingData: null,
_pendingEncoding: '',
server:
{ domain: null,
_events: { connection: [Function], listening: [Function] },
_maxListeners: undefined,
_connections: 2,
_handle:
{ fd: 12,
reading: false,
owner: [Circular],
onread: null,
onconnection: [Function: onconnection],
writeQueueSize: 0 },
_usingSlaves: false,
_slaves: [],
allowHalfOpen: true,
pauseOnConnect: false,
_connectionKey: '4:0.0.0.0:3010' },
_peername: { address: '127.0.0.1', family: 'IPv4', port: 54934 } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment