Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 9.85 KB | None | 0 0
  1. Socket {
  2.   connecting: false,
  3.   _hadError: false,
  4.   _handle:
  5.    TCP {
  6.      reading: true,
  7.      owner: [Circular],
  8.      onread: [Function: onread],
  9.      onconnection: null,
  10.      _consumed: true },
  11.   _parent: null,
  12.   _host: null,
  13.   _readableState:
  14.    ReadableState {
  15.      objectMode: false,
  16.      highWaterMark: 16384,
  17.      buffer: BufferList { head: null, tail: null, length: 0 },
  18.      length: 0,
  19.      pipes: null,
  20.      pipesCount: 0,
  21.      flowing: true,
  22.      ended: false,
  23.      endEmitted: false,
  24.      reading: true,
  25.      sync: false,
  26.      needReadable: true,
  27.      emittedReadable: false,
  28.      readableListening: false,
  29.      resumeScheduled: true,
  30.      destroyed: false,
  31.      defaultEncoding: 'utf8',
  32.      awaitDrain: 0,
  33.      readingMore: false,
  34.      decoder: null,
  35.      encoding: null },
  36.   readable: true,
  37.   _events:
  38.    { finish: [Function: onSocketFinish],
  39.      end:
  40.       [ [Function: onReadableStreamEnd],
  41.         [Function: bound socketOnEnd] ],
  42.      drain: [ [Function: ondrain], [Function: bound socketOnDrain] ],
  43.      timeout: [Function: socketOnTimeout],
  44.      data: [Function: bound socketOnData],
  45.      error: [Function: socketOnError],
  46.      close: [Function: bound socketOnClose],
  47.      resume: [Function: onSocketResume],
  48.      pause: [Function: onSocketPause] },
  49.   _eventsCount: 9,
  50.   _maxListeners: undefined,
  51.   _writableState:
  52.    WritableState {
  53.      objectMode: false,
  54.      highWaterMark: 16384,
  55.      finalCalled: false,
  56.      needDrain: false,
  57.      ending: false,
  58.      ended: false,
  59.      finished: false,
  60.      destroyed: false,
  61.      decodeStrings: false,
  62.      defaultEncoding: 'utf8',
  63.      length: 0,
  64.      writing: false,
  65.      corked: 0,
  66.      sync: true,
  67.      bufferProcessing: false,
  68.      onwrite: [Function: bound onwrite],
  69.      writecb: null,
  70.      writelen: 0,
  71.      bufferedRequest: null,
  72.      lastBufferedRequest: null,
  73.      pendingcb: 0,
  74.      prefinished: false,
  75.      errorEmitted: false,
  76.      bufferedRequestCount: 0,
  77.      corkedRequestsFree:
  78.       { next: null,
  79.         entry: null,
  80.         finish: [Function: bound onCorkedFinish] } },
  81.   writable: true,
  82.   _bytesDispatched: 0,
  83.   _sockname: null,
  84.   _pendingData: null,
  85.   _pendingEncoding: '',
  86.   allowHalfOpen: true,
  87.   server:
  88.    Server {
  89.      _events: { connection: [Array], request: [Function] },
  90.      _eventsCount: 2,
  91.      _maxListeners: undefined,
  92.      _connections: 1,
  93.      _handle:
  94.       TCP {
  95.         reading: false,
  96.         owner: [Circular],
  97.         onread: null,
  98.         onconnection: [Function: onconnection] },
  99.      _usingWorkers: false,
  100.      _workers: [],
  101.      _unref: false,
  102.      allowHalfOpen: true,
  103.      pauseOnConnect: false,
  104.      httpAllowHalfOpen: false,
  105.      timeout: 120000,
  106.      keepAliveTimeout: 5000,
  107.      _pendingResponseData: 0,
  108.      maxHeadersCount: null,
  109.      _connectionKey: '6::::12345',
  110.      [Symbol(IncomingMessage)]: { [Function: IncomingMessage] super_: [Function] },
  111.      [Symbol(ServerResponse)]: { [Function: ServerResponse] super_: [Function] },
  112.      [Symbol(asyncId)]: 8 },
  113.   _server:
  114.    Server {
  115.      _events: { connection: [Array], request: [Function] },
  116.      _eventsCount: 2,
  117.      _maxListeners: undefined,
  118.      _connections: 1,
  119.      _handle:
  120.       TCP {
  121.         reading: false,
  122.         owner: [Circular],
  123.         onread: null,
  124.         onconnection: [Function: onconnection] },
  125.      _usingWorkers: false,
  126.      _workers: [],
  127.      _unref: false,
  128.      allowHalfOpen: true,
  129.      pauseOnConnect: false,
  130.      httpAllowHalfOpen: false,
  131.      timeout: 120000,
  132.      keepAliveTimeout: 5000,
  133.      _pendingResponseData: 0,
  134.      maxHeadersCount: null,
  135.      _connectionKey: '6::::12345',
  136.      [Symbol(IncomingMessage)]: { [Function: IncomingMessage] super_: [Function] },
  137.      [Symbol(ServerResponse)]: { [Function: ServerResponse] super_: [Function] },
  138.      [Symbol(asyncId)]: 8 },
  139.   _idleTimeout: 120000,
  140.   _idleNext:
  141.    TimersList {
  142.      _idleNext: [Circular],
  143.      _idlePrev: [Circular],
  144.      _unrefed: true,
  145.      msecs: 120000,
  146.      nextTick: false,
  147.      _timer: Timer { _list: [Circular] } },
  148.   _idlePrev:
  149.    TimersList {
  150.      _idleNext: [Circular],
  151.      _idlePrev: [Circular],
  152.      _unrefed: true,
  153.      msecs: 120000,
  154.      nextTick: false,
  155.      _timer: Timer { _list: [Circular] } },
  156.   _idleStart: 12471,
  157.   _destroyed: false,
  158.   parser:
  159.    HTTPParser {
  160.      '0': [Function: parserOnHeaders],
  161.      '1': [Function: parserOnHeadersComplete],
  162.      '2': [Function: parserOnBody],
  163.      '3': [Function: parserOnMessageComplete],
  164.      '4': [Function: bound onParserExecute],
  165.      _headers: [],
  166.      _url: '',
  167.      _consumed: true,
  168.      socket: [Circular],
  169.      incoming: null,
  170.      outgoing: null,
  171.      maxHeaderPairs: 2000,
  172.      onIncoming: [Function: bound parserOnIncoming] },
  173.   on: [Function: socketOnWrap],
  174.   _paused: false,
  175.   [Symbol(asyncId)]: 11,
  176.   [Symbol(lastWriteQueueSize)]: 0,
  177.   [Symbol(bytesRead)]: 0,
  178.   [Symbol(asyncId)]: 13,
  179.   [Symbol(triggerAsyncId)]: 11 }
  180. Socket {
  181.   connecting: false,
  182.   _hadError: false,
  183.   _handle:
  184.    TCP {
  185.      reading: true,
  186.      owner: [Circular],
  187.      onread: [Function: onread],
  188.      onconnection: null,
  189.      _consumed: true },
  190.   _parent: null,
  191.   _host: null,
  192.   _readableState:
  193.    ReadableState {
  194.      objectMode: false,
  195.      highWaterMark: 16384,
  196.      buffer: BufferList { head: null, tail: null, length: 0 },
  197.      length: 0,
  198.      pipes: null,
  199.      pipesCount: 0,
  200.      flowing: true,
  201.      ended: false,
  202.      endEmitted: false,
  203.      reading: true,
  204.      sync: false,
  205.      needReadable: true,
  206.      emittedReadable: false,
  207.      readableListening: false,
  208.      resumeScheduled: true,
  209.      destroyed: false,
  210.      defaultEncoding: 'utf8',
  211.      awaitDrain: 0,
  212.      readingMore: false,
  213.      decoder: null,
  214.      encoding: null },
  215.   readable: true,
  216.   _events:
  217.    { finish: [Function: onSocketFinish],
  218.      end:
  219.       [ [Function: onReadableStreamEnd],
  220.         [Function: bound socketOnEnd] ],
  221.      drain: [ [Function: ondrain], [Function: bound socketOnDrain] ],
  222.      timeout: [Function: socketOnTimeout],
  223.      data: [Function: bound socketOnData],
  224.      error: [Function: socketOnError],
  225.      close: [Function: bound socketOnClose],
  226.      resume: [Function: onSocketResume],
  227.      pause: [Function: onSocketPause] },
  228.   _eventsCount: 9,
  229.   _maxListeners: undefined,
  230.   _writableState:
  231.    WritableState {
  232.      objectMode: false,
  233.      highWaterMark: 16384,
  234.      finalCalled: false,
  235.      needDrain: false,
  236.      ending: false,
  237.      ended: false,
  238.      finished: false,
  239.      destroyed: false,
  240.      decodeStrings: false,
  241.      defaultEncoding: 'utf8',
  242.      length: 0,
  243.      writing: false,
  244.      corked: 0,
  245.      sync: true,
  246.      bufferProcessing: false,
  247.      onwrite: [Function: bound onwrite],
  248.      writecb: null,
  249.      writelen: 0,
  250.      bufferedRequest: null,
  251.      lastBufferedRequest: null,
  252.      pendingcb: 0,
  253.      prefinished: false,
  254.      errorEmitted: false,
  255.      bufferedRequestCount: 0,
  256.      corkedRequestsFree:
  257.       { next: null,
  258.         entry: null,
  259.         finish: [Function: bound onCorkedFinish] } },
  260.   writable: true,
  261.   _bytesDispatched: 0,
  262.   _sockname: null,
  263.   _pendingData: null,
  264.   _pendingEncoding: '',
  265.   allowHalfOpen: true,
  266.   server:
  267.    Server {
  268.      _events: { connection: [Array], request: [Function] },
  269.      _eventsCount: 2,
  270.      _maxListeners: undefined,
  271.      _connections: 1,
  272.      _handle:
  273.       TCP {
  274.         reading: false,
  275.         owner: [Circular],
  276.         onread: null,
  277.         onconnection: [Function: onconnection] },
  278.      _usingWorkers: false,
  279.      _workers: [],
  280.      _unref: false,
  281.      allowHalfOpen: true,
  282.      pauseOnConnect: false,
  283.      httpAllowHalfOpen: false,
  284.      timeout: 120000,
  285.      keepAliveTimeout: 5000,
  286.      _pendingResponseData: 0,
  287.      maxHeadersCount: null,
  288.      _connectionKey: '6::::12345',
  289.      [Symbol(IncomingMessage)]: { [Function: IncomingMessage] super_: [Function] },
  290.      [Symbol(ServerResponse)]: { [Function: ServerResponse] super_: [Function] },
  291.      [Symbol(asyncId)]: 8 },
  292.   _server:
  293.    Server {
  294.      _events: { connection: [Array], request: [Function] },
  295.      _eventsCount: 2,
  296.      _maxListeners: undefined,
  297.      _connections: 1,
  298.      _handle:
  299.       TCP {
  300.         reading: false,
  301.         owner: [Circular],
  302.         onread: null,
  303.         onconnection: [Function: onconnection] },
  304.      _usingWorkers: false,
  305.      _workers: [],
  306.      _unref: false,
  307.      allowHalfOpen: true,
  308.      pauseOnConnect: false,
  309.      httpAllowHalfOpen: false,
  310.      timeout: 120000,
  311.      keepAliveTimeout: 5000,
  312.      _pendingResponseData: 0,
  313.      maxHeadersCount: null,
  314.      _connectionKey: '6::::12345',
  315.      [Symbol(IncomingMessage)]: { [Function: IncomingMessage] super_: [Function] },
  316.      [Symbol(ServerResponse)]: { [Function: ServerResponse] super_: [Function] },
  317.      [Symbol(asyncId)]: 8 },
  318.   _idleTimeout: 120000,
  319.   _idleNext:
  320.    TimersList {
  321.      _idleNext: [Circular],
  322.      _idlePrev: [Circular],
  323.      _unrefed: true,
  324.      msecs: 120000,
  325.      nextTick: false,
  326.      _timer: Timer { _list: [Circular] } },
  327.   _idlePrev:
  328.    TimersList {
  329.      _idleNext: [Circular],
  330.      _idlePrev: [Circular],
  331.      _unrefed: true,
  332.      msecs: 120000,
  333.      nextTick: false,
  334.      _timer: Timer { _list: [Circular] } },
  335.   _idleStart: 12540,
  336.   _destroyed: false,
  337.   parser:
  338.    HTTPParser {
  339.      '0': [Function: parserOnHeaders],
  340.      '1': [Function: parserOnHeadersComplete],
  341.      '2': [Function: parserOnBody],
  342.      '3': [Function: parserOnMessageComplete],
  343.      '4': [Function: bound onParserExecute],
  344.      _headers: [],
  345.      _url: '',
  346.      _consumed: true,
  347.      socket: [Circular],
  348.      incoming: null,
  349.      outgoing: null,
  350.      maxHeaderPairs: 2000,
  351.      onIncoming: [Function: bound parserOnIncoming] },
  352.   on: [Function: socketOnWrap],
  353.   _paused: false,
  354.   [Symbol(asyncId)]: 22,
  355.   [Symbol(lastWriteQueueSize)]: 0,
  356.   [Symbol(bytesRead)]: 0,
  357.   [Symbol(asyncId)]: 23,
  358.   [Symbol(triggerAsyncId)]: 22 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement