Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   res:
  2.    IncomingMessage {
  3.      _readableState:
  4.       ReadableState {
  5.         objectMode: false,
  6.         highWaterMark: 16384,
  7.         buffer: [],
  8.         length: 0,
  9.         pipes: null,
  10.         pipesCount: 0,
  11.         flowing: true,
  12.         ended: true,
  13.         endEmitted: true,
  14.         reading: false,
  15.         sync: false,
  16.         needReadable: false,
  17.         emittedReadable: false,
  18.         readableListening: false,
  19.         defaultEncoding: 'utf8',
  20.         ranOut: false,
  21.         awaitDrain: 0,
  22.         readingMore: false,
  23.         decoder: null,
  24.         encoding: null,
  25.         resumeScheduled: false },
  26.      readable: false,
  27.      domain: null,
  28.      _events:
  29.       { end: [ [Function: responseOnEnd], [Function], [Function], [Function] ],
  30.         close: [ [Function], [Function] ],
  31.         data: [Function],
  32.         error: [Function] },
  33.      _eventsCount: 4,
  34.      _maxListeners: undefined,
  35.      socket:
  36.       TLSSocket {
  37.         _tlsOptions:
  38.          { pipe: null,
  39.            secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  40.            isServer: false,
  41.            requestCert: true,
  42.            rejectUnauthorized: true,
  43.            session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  44.            NPNProtocols: undefined,
  45.            ALPNProtocols: undefined,
  46.            requestOCSP: undefined },
  47.         _secureEstablished: true,
  48.         _securePending: false,
  49.         _newSessionPending: false,
  50.         _controlReleased: true,
  51.         _SNICallback: null,
  52.         servername: null,
  53.         npnProtocol: false,
  54.         alpnProtocol: false,
  55.         authorized: true,
  56.         authorizationError: null,
  57.         encrypted: true,
  58.         _events:
  59.          { close:
  60.             [ [Function],
  61.               [Function: onClose],
  62.               [Function: socketCloseListener] ],
  63.            end: [ { [Function: g] listener: [Function: onend] } ],
  64.            finish: [Function: onSocketFinish],
  65.            _socketEnd: [Function: onSocketEnd],
  66.            secure: [Function],
  67.            free: [Function: onFree],
  68.            agentRemove: [Function: onRemove],
  69.            drain: [Function: ondrain],
  70.            error: [ [Function: socketErrorListener] ] },
  71.         _eventsCount: 9,
  72.         _connecting: false,
  73.         _hadError: false,
  74.         _handle: null,
  75.         _parent: null,
  76.         _host: 'beam.pro',
  77.         _readableState:
  78.          ReadableState {
  79.            objectMode: false,
  80.            highWaterMark: 16384,
  81.            buffer: [],
  82.            length: 0,
  83.            pipes: null,
  84.            pipesCount: 0,
  85.            flowing: true,
  86.            ended: false,
  87.            endEmitted: false,
  88.            reading: true,
  89.            sync: false,
  90.            needReadable: true,
  91.            emittedReadable: false,
  92.            readableListening: false,
  93.            defaultEncoding: 'utf8',
  94.            ranOut: false,
  95.            awaitDrain: 0,
  96.            readingMore: false,
  97.            decoder: null,
  98.            encoding: null,
  99.            resumeScheduled: false },
  100.         readable: false,
  101.         domain: null,
  102.         _maxListeners: 0,
  103.         _writableState:
  104.          WritableState {
  105.            objectMode: false,
  106.            highWaterMark: 16384,
  107.            needDrain: false,
  108.            ending: true,
  109.            ended: true,
  110.            finished: true,
  111.            decodeStrings: false,
  112.            defaultEncoding: 'utf8',
  113.            length: 0,
  114.            writing: false,
  115.            corked: 0,
  116.            sync: false,
  117.            bufferProcessing: false,
  118.            onwrite: [Function],
  119.            writecb: null,
  120.            writelen: 0,
  121.            bufferedRequest: null,
  122.            lastBufferedRequest: null,
  123.            pendingcb: 0,
  124.            prefinished: true,
  125.            errorEmitted: false },
  126.         writable: false,
  127.         allowHalfOpen: false,
  128.         destroyed: true,
  129.         bytesRead: 456,
  130.         _bytesDispatched: 795,
  131.         _sockname: null,
  132.         _pendingData: null,
  133.         _pendingEncoding: '',
  134.         ssl:
  135.          TLSWrap {
  136.            _externalStream: {},
  137.            fd: -22,
  138.            _parent:
  139.             TCP {
  140.               _externalStream: {},
  141.               fd: -22,
  142.               reading: [Getter/Setter],
  143.               owner: [Circular],
  144.               onread: null,
  145.               onconnection: null,
  146.               writeQueueSize: 0,
  147.               _onclose: [Function] },
  148.            _parentWrap: undefined,
  149.            _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  150.            reading: true,
  151.            owner: [Circular],
  152.            onread: [Function: noop],
  153.            writeQueueSize: 1,
  154.            onhandshakestart: [Function],
  155.            onhandshakedone: [Function: bound ],
  156.            onocspresponse: [Function: bound onocspresponse],
  157.            onerror: [Function] },
  158.         server: undefined,
  159.         _requestCert: true,
  160.         _rejectUnauthorized: true,
  161.         parser: null,
  162.         _httpMessage:
  163.          ClientRequest {
  164.            domain: null,
  165.            _events:
  166.             { socket: [ [Function] ],
  167.               response: [Function: bound ],
  168.               error: [Function: bound ],
  169.               drain: [Function] },
  170.            _eventsCount: 4,
  171.            _maxListeners: undefined,
  172.            output: [],
  173.            outputEncodings: [],
  174.            outputCallbacks: [],
  175.            outputSize: 0,
  176.            writable: true,
  177.            _last: true,
  178.            chunkedEncoding: false,
  179.            shouldKeepAlive: false,
  180.            useChunkedEncodingByDefault: true,
  181.            sendDate: false,
  182.            _removedHeader: { 'content-length': false },
  183.            _contentLength: 0,
  184.            _hasBody: true,
  185.            _trailer: '',
  186.            finished: true,
  187.            _headerSent: true,
  188.            socket: [Circular],
  189.            connection: [Circular],
  190.            _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  191.            _headers:
  192.             { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  193.               host: 'beam.pro',
  194.               cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  195.               'content-length': 0 },
  196.            _headerNames:
  197.             { 'user-agent': 'User-Agent',
  198.               host: 'host',
  199.               cookie: 'cookie',
  200.               'content-length': 'content-length' },
  201.            _onPendingData: null,
  202.            agent:
  203.             Agent {
  204.               domain: null,
  205.               _events: { free: [Function] },
  206.               _eventsCount: 1,
  207.               _maxListeners: undefined,
  208.               defaultPort: 443,
  209.               protocol: 'https:',
  210.               options: { path: null },
  211.               requests: {},
  212.               sockets: { 'beam.pro:443:::::::': [ [Circular] ] },
  213.               freeSockets: {},
  214.               keepAliveMsecs: 1000,
  215.               keepAlive: false,
  216.               maxSockets: Infinity,
  217.               maxFreeSockets: 256,
  218.               maxCachedSessions: 100,
  219.               _sessionCache:
  220.                { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  221.                  list: [ 'beam.pro:443:::::::' ] } },
  222.            socketPath: undefined,
  223.            method: 'PUT',
  224.            path: '/api/v1/tetris/versions/1645',
  225.            parser: null,
  226.            res: [Circular] },
  227.         read: [Function],
  228.         _consuming: true,
  229.         _idleNext: null,
  230.         _idlePrev: null,
  231.         _idleTimeout: -1 },
  232.      connection:
  233.       TLSSocket {
  234.         _tlsOptions:
  235.          { pipe: null,
  236.            secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  237.            isServer: false,
  238.            requestCert: true,
  239.            rejectUnauthorized: true,
  240.            session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  241.            NPNProtocols: undefined,
  242.            ALPNProtocols: undefined,
  243.            requestOCSP: undefined },
  244.         _secureEstablished: true,
  245.         _securePending: false,
  246.         _newSessionPending: false,
  247.         _controlReleased: true,
  248.         _SNICallback: null,
  249.         servername: null,
  250.         npnProtocol: false,
  251.         alpnProtocol: false,
  252.         authorized: true,
  253.         authorizationError: null,
  254.         encrypted: true,
  255.         _events:
  256.          { close:
  257.             [ [Function],
  258.               [Function: onClose],
  259.               [Function: socketCloseListener] ],
  260.            end: [ { [Function: g] listener: [Function: onend] } ],
  261.            finish: [Function: onSocketFinish],
  262.            _socketEnd: [Function: onSocketEnd],
  263.            secure: [Function],
  264.            free: [Function: onFree],
  265.            agentRemove: [Function: onRemove],
  266.            drain: [Function: ondrain],
  267.            error: [ [Function: socketErrorListener] ] },
  268.         _eventsCount: 9,
  269.         _connecting: false,
  270.         _hadError: false,
  271.         _handle: null,
  272.         _parent: null,
  273.         _host: 'beam.pro',
  274.         _readableState:
  275.          ReadableState {
  276.            objectMode: false,
  277.            highWaterMark: 16384,
  278.            buffer: [],
  279.            length: 0,
  280.            pipes: null,
  281.            pipesCount: 0,
  282.            flowing: true,
  283.            ended: false,
  284.            endEmitted: false,
  285.            reading: true,
  286.            sync: false,
  287.            needReadable: true,
  288.            emittedReadable: false,
  289.            readableListening: false,
  290.            defaultEncoding: 'utf8',
  291.            ranOut: false,
  292.            awaitDrain: 0,
  293.            readingMore: false,
  294.            decoder: null,
  295.            encoding: null,
  296.            resumeScheduled: false },
  297.         readable: false,
  298.         domain: null,
  299.         _maxListeners: 0,
  300.         _writableState:
  301.          WritableState {
  302.            objectMode: false,
  303.            highWaterMark: 16384,
  304.            needDrain: false,
  305.            ending: true,
  306.            ended: true,
  307.            finished: true,
  308.            decodeStrings: false,
  309.            defaultEncoding: 'utf8',
  310.            length: 0,
  311.            writing: false,
  312.            corked: 0,
  313.            sync: false,
  314.            bufferProcessing: false,
  315.            onwrite: [Function],
  316.            writecb: null,
  317.            writelen: 0,
  318.            bufferedRequest: null,
  319.            lastBufferedRequest: null,
  320.            pendingcb: 0,
  321.            prefinished: true,
  322.            errorEmitted: false },
  323.         writable: false,
  324.         allowHalfOpen: false,
  325.         destroyed: true,
  326.         bytesRead: 456,
  327.         _bytesDispatched: 795,
  328.         _sockname: null,
  329.         _pendingData: null,
  330.         _pendingEncoding: '',
  331.         ssl:
  332.          TLSWrap {
  333.            _externalStream: {},
  334.            fd: -22,
  335.            _parent:
  336.             TCP {
  337.               _externalStream: {},
  338.               fd: -22,
  339.               reading: [Getter/Setter],
  340.               owner: [Circular],
  341.               onread: null,
  342.               onconnection: null,
  343.               writeQueueSize: 0,
  344.               _onclose: [Function] },
  345.            _parentWrap: undefined,
  346.            _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  347.            reading: true,
  348.            owner: [Circular],
  349.            onread: [Function: noop],
  350.            writeQueueSize: 1,
  351.            onhandshakestart: [Function],
  352.            onhandshakedone: [Function: bound ],
  353.            onocspresponse: [Function: bound onocspresponse],
  354.            onerror: [Function] },
  355.         server: undefined,
  356.         _requestCert: true,
  357.         _rejectUnauthorized: true,
  358.         parser: null,
  359.         _httpMessage:
  360.          ClientRequest {
  361.            domain: null,
  362.            _events:
  363.             { socket: [ [Function] ],
  364.               response: [Function: bound ],
  365.               error: [Function: bound ],
  366.               drain: [Function] },
  367.            _eventsCount: 4,
  368.            _maxListeners: undefined,
  369.            output: [],
  370.            outputEncodings: [],
  371.            outputCallbacks: [],
  372.            outputSize: 0,
  373.            writable: true,
  374.            _last: true,
  375.            chunkedEncoding: false,
  376.            shouldKeepAlive: false,
  377.            useChunkedEncodingByDefault: true,
  378.            sendDate: false,
  379.            _removedHeader: { 'content-length': false },
  380.            _contentLength: 0,
  381.            _hasBody: true,
  382.            _trailer: '',
  383.            finished: true,
  384.            _headerSent: true,
  385.            socket: [Circular],
  386.            connection: [Circular],
  387.            _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  388.            _headers:
  389.             { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  390.               host: 'beam.pro',
  391.               cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  392.               'content-length': 0 },
  393.            _headerNames:
  394.             { 'user-agent': 'User-Agent',
  395.               host: 'host',
  396.               cookie: 'cookie',
  397.               'content-length': 'content-length' },
  398.            _onPendingData: null,
  399.            agent:
  400.             Agent {
  401.               domain: null,
  402.               _events: { free: [Function] },
  403.               _eventsCount: 1,
  404.               _maxListeners: undefined,
  405.               defaultPort: 443,
  406.               protocol: 'https:',
  407.               options: { path: null },
  408.               requests: {},
  409.               sockets: { 'beam.pro:443:::::::': [ [Circular] ] },
  410.               freeSockets: {},
  411.               keepAliveMsecs: 1000,
  412.               keepAlive: false,
  413.               maxSockets: Infinity,
  414.               maxFreeSockets: 256,
  415.               maxCachedSessions: 100,
  416.               _sessionCache:
  417.                { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  418.                  list: [ 'beam.pro:443:::::::' ] } },
  419.            socketPath: undefined,
  420.            method: 'PUT',
  421.            path: '/api/v1/tetris/versions/1645',
  422.            parser: null,
  423.            res: [Circular] },
  424.         read: [Function],
  425.         _consuming: true,
  426.         _idleNext: null,
  427.         _idlePrev: null,
  428.         _idleTimeout: -1 },
  429.      httpVersionMajor: 1,
  430.      httpVersionMinor: 1,
  431.      httpVersion: '1.1',
  432.      complete: true,
  433.      headers:
  434.       { server: 'cloudflare-nginx',
  435.         date: 'Wed, 23 Mar 2016 15:49:06 GMT',
  436.         'content-type': 'application/json; charset=utf-8',
  437.         'transfer-encoding': 'chunked',
  438.         connection: 'close',
  439.         vary: 'origin,accept-encoding',
  440.         'cache-control': 'no-cache, private',
  441.         'strict-transport-security': 'max-age=31536000',
  442.         'cf-ray': '2883080d734934e2-LHR' },
  443.      rawHeaders:
  444.       [ 'Server',
  445.         'cloudflare-nginx',
  446.         'Date',
  447.         'Wed, 23 Mar 2016 15:49:06 GMT',
  448.         'Content-Type',
  449.         'application/json; charset=utf-8',
  450.         'Transfer-Encoding',
  451.         'chunked',
  452.         'Connection',
  453.         'close',
  454.         'vary',
  455.         'origin,accept-encoding',
  456.         'cache-control',
  457.         'no-cache',
  458.         'Cache-Control',
  459.         'private',
  460.         'Strict-Transport-Security',
  461.         'max-age=31536000',
  462.         'CF-RAY',
  463.         '2883080d734934e2-LHR' ],
  464.      trailers: {},
  465.      rawTrailers: [],
  466.      upgrade: false,
  467.      url: '',
  468.      method: null,
  469.      statusCode: 500,
  470.      statusMessage: 'Internal Server Error',
  471.      client:
  472.       TLSSocket {
  473.         _tlsOptions:
  474.          { pipe: null,
  475.            secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  476.            isServer: false,
  477.            requestCert: true,
  478.            rejectUnauthorized: true,
  479.            session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  480.            NPNProtocols: undefined,
  481.            ALPNProtocols: undefined,
  482.            requestOCSP: undefined },
  483.         _secureEstablished: true,
  484.         _securePending: false,
  485.         _newSessionPending: false,
  486.         _controlReleased: true,
  487.         _SNICallback: null,
  488.         servername: null,
  489.         npnProtocol: false,
  490.         alpnProtocol: false,
  491.         authorized: true,
  492.         authorizationError: null,
  493.         encrypted: true,
  494.         _events:
  495.          { close:
  496.             [ [Function],
  497.               [Function: onClose],
  498.               [Function: socketCloseListener] ],
  499.            end: [ { [Function: g] listener: [Function: onend] } ],
  500.            finish: [Function: onSocketFinish],
  501.            _socketEnd: [Function: onSocketEnd],
  502.            secure: [Function],
  503.            free: [Function: onFree],
  504.            agentRemove: [Function: onRemove],
  505.            drain: [Function: ondrain],
  506.            error: [ [Function: socketErrorListener] ] },
  507.         _eventsCount: 9,
  508.         _connecting: false,
  509.         _hadError: false,
  510.         _handle: null,
  511.         _parent: null,
  512.         _host: 'beam.pro',
  513.         _readableState:
  514.          ReadableState {
  515.            objectMode: false,
  516.            highWaterMark: 16384,
  517.            buffer: [],
  518.            length: 0,
  519.            pipes: null,
  520.            pipesCount: 0,
  521.            flowing: true,
  522.            ended: false,
  523.            endEmitted: false,
  524.            reading: true,
  525.            sync: false,
  526.            needReadable: true,
  527.            emittedReadable: false,
  528.            readableListening: false,
  529.            defaultEncoding: 'utf8',
  530.            ranOut: false,
  531.            awaitDrain: 0,
  532.            readingMore: false,
  533.            decoder: null,
  534.            encoding: null,
  535.            resumeScheduled: false },
  536.         readable: false,
  537.         domain: null,
  538.         _maxListeners: 0,
  539.         _writableState:
  540.          WritableState {
  541.            objectMode: false,
  542.            highWaterMark: 16384,
  543.            needDrain: false,
  544.            ending: true,
  545.            ended: true,
  546.            finished: true,
  547.            decodeStrings: false,
  548.            defaultEncoding: 'utf8',
  549.            length: 0,
  550.            writing: false,
  551.            corked: 0,
  552.            sync: false,
  553.            bufferProcessing: false,
  554.            onwrite: [Function],
  555.            writecb: null,
  556.            writelen: 0,
  557.            bufferedRequest: null,
  558.            lastBufferedRequest: null,
  559.            pendingcb: 0,
  560.            prefinished: true,
  561.            errorEmitted: false },
  562.         writable: false,
  563.         allowHalfOpen: false,
  564.         destroyed: true,
  565.         bytesRead: 456,
  566.         _bytesDispatched: 795,
  567.         _sockname: null,
  568.         _pendingData: null,
  569.         _pendingEncoding: '',
  570.         ssl:
  571.          TLSWrap {
  572.            _externalStream: {},
  573.            fd: -22,
  574.            _parent:
  575.             TCP {
  576.               _externalStream: {},
  577.               fd: -22,
  578.               reading: [Getter/Setter],
  579.               owner: [Circular],
  580.               onread: null,
  581.               onconnection: null,
  582.               writeQueueSize: 0,
  583.               _onclose: [Function] },
  584.            _parentWrap: undefined,
  585.            _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  586.            reading: true,
  587.            owner: [Circular],
  588.            onread: [Function: noop],
  589.            writeQueueSize: 1,
  590.            onhandshakestart: [Function],
  591.            onhandshakedone: [Function: bound ],
  592.            onocspresponse: [Function: bound onocspresponse],
  593.            onerror: [Function] },
  594.         server: undefined,
  595.         _requestCert: true,
  596.         _rejectUnauthorized: true,
  597.         parser: null,
  598.         _httpMessage:
  599.          ClientRequest {
  600.            domain: null,
  601.            _events:
  602.             { socket: [ [Function] ],
  603.               response: [Function: bound ],
  604.               error: [Function: bound ],
  605.               drain: [Function] },
  606.            _eventsCount: 4,
  607.            _maxListeners: undefined,
  608.            output: [],
  609.            outputEncodings: [],
  610.            outputCallbacks: [],
  611.            outputSize: 0,
  612.            writable: true,
  613.            _last: true,
  614.            chunkedEncoding: false,
  615.            shouldKeepAlive: false,
  616.            useChunkedEncodingByDefault: true,
  617.            sendDate: false,
  618.            _removedHeader: { 'content-length': false },
  619.            _contentLength: 0,
  620.            _hasBody: true,
  621.            _trailer: '',
  622.            finished: true,
  623.            _headerSent: true,
  624.            socket: [Circular],
  625.            connection: [Circular],
  626.            _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  627.            _headers:
  628.             { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  629.               host: 'beam.pro',
  630.               cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  631.               'content-length': 0 },
  632.            _headerNames:
  633.             { 'user-agent': 'User-Agent',
  634.               host: 'host',
  635.               cookie: 'cookie',
  636.               'content-length': 'content-length' },
  637.            _onPendingData: null,
  638.            agent:
  639.             Agent {
  640.               domain: null,
  641.               _events: { free: [Function] },
  642.               _eventsCount: 1,
  643.               _maxListeners: undefined,
  644.               defaultPort: 443,
  645.               protocol: 'https:',
  646.               options: { path: null },
  647.               requests: {},
  648.               sockets: { 'beam.pro:443:::::::': [ [Circular] ] },
  649.               freeSockets: {},
  650.               keepAliveMsecs: 1000,
  651.               keepAlive: false,
  652.               maxSockets: Infinity,
  653.               maxFreeSockets: 256,
  654.               maxCachedSessions: 100,
  655.               _sessionCache:
  656.                { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  657.                  list: [ 'beam.pro:443:::::::' ] } },
  658.            socketPath: undefined,
  659.            method: 'PUT',
  660.            path: '/api/v1/tetris/versions/1645',
  661.            parser: null,
  662.            res: [Circular] },
  663.         read: [Function],
  664.         _consuming: true,
  665.         _idleNext: null,
  666.         _idlePrev: null,
  667.         _idleTimeout: -1 },
  668.      _consuming: true,
  669.      _dumped: false,
  670.      req:
  671.       ClientRequest {
  672.         domain: null,
  673.         _events:
  674.          { socket: [ [Function] ],
  675.            response: [Function: bound ],
  676.            error: [Function: bound ],
  677.            drain: [Function] },
  678.         _eventsCount: 4,
  679.         _maxListeners: undefined,
  680.         output: [],
  681.         outputEncodings: [],
  682.         outputCallbacks: [],
  683.         outputSize: 0,
  684.         writable: true,
  685.         _last: true,
  686.         chunkedEncoding: false,
  687.         shouldKeepAlive: false,
  688.         useChunkedEncodingByDefault: true,
  689.         sendDate: false,
  690.         _removedHeader: { 'content-length': false },
  691.         _contentLength: 0,
  692.         _hasBody: true,
  693.         _trailer: '',
  694.         finished: true,
  695.         _headerSent: true,
  696.         socket:
  697.          TLSSocket {
  698.            _tlsOptions:
  699.             { pipe: null,
  700.               secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  701.               isServer: false,
  702.               requestCert: true,
  703.               rejectUnauthorized: true,
  704.               session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  705.               NPNProtocols: undefined,
  706.               ALPNProtocols: undefined,
  707.               requestOCSP: undefined },
  708.            _secureEstablished: true,
  709.            _securePending: false,
  710.            _newSessionPending: false,
  711.            _controlReleased: true,
  712.            _SNICallback: null,
  713.            servername: null,
  714.            npnProtocol: false,
  715.            alpnProtocol: false,
  716.            authorized: true,
  717.            authorizationError: null,
  718.            encrypted: true,
  719.            _events:
  720.             { close:
  721.                [ [Function],
  722.                  [Function: onClose],
  723.                  [Function: socketCloseListener] ],
  724.               end: [ { [Function: g] listener: [Function: onend] } ],
  725.               finish: [Function: onSocketFinish],
  726.               _socketEnd: [Function: onSocketEnd],
  727.               secure: [Function],
  728.               free: [Function: onFree],
  729.               agentRemove: [Function: onRemove],
  730.               drain: [Function: ondrain],
  731.               error: [ [Function: socketErrorListener] ] },
  732.            _eventsCount: 9,
  733.            _connecting: false,
  734.            _hadError: false,
  735.            _handle: null,
  736.            _parent: null,
  737.            _host: 'beam.pro',
  738.            _readableState:
  739.             ReadableState {
  740.               objectMode: false,
  741.               highWaterMark: 16384,
  742.               buffer: [],
  743.               length: 0,
  744.               pipes: null,
  745.               pipesCount: 0,
  746.               flowing: true,
  747.               ended: false,
  748.               endEmitted: false,
  749.               reading: true,
  750.               sync: false,
  751.               needReadable: true,
  752.               emittedReadable: false,
  753.               readableListening: false,
  754.               defaultEncoding: 'utf8',
  755.               ranOut: false,
  756.               awaitDrain: 0,
  757.               readingMore: false,
  758.               decoder: null,
  759.               encoding: null,
  760.               resumeScheduled: false },
  761.            readable: false,
  762.            domain: null,
  763.            _maxListeners: 0,
  764.            _writableState:
  765.             WritableState {
  766.               objectMode: false,
  767.               highWaterMark: 16384,
  768.               needDrain: false,
  769.               ending: true,
  770.               ended: true,
  771.               finished: true,
  772.               decodeStrings: false,
  773.               defaultEncoding: 'utf8',
  774.               length: 0,
  775.               writing: false,
  776.               corked: 0,
  777.               sync: false,
  778.               bufferProcessing: false,
  779.               onwrite: [Function],
  780.               writecb: null,
  781.               writelen: 0,
  782.               bufferedRequest: null,
  783.               lastBufferedRequest: null,
  784.               pendingcb: 0,
  785.               prefinished: true,
  786.               errorEmitted: false },
  787.            writable: false,
  788.            allowHalfOpen: false,
  789.            destroyed: true,
  790.            bytesRead: 456,
  791.            _bytesDispatched: 795,
  792.            _sockname: null,
  793.            _pendingData: null,
  794.            _pendingEncoding: '',
  795.            ssl:
  796.             TLSWrap {
  797.               _externalStream: {},
  798.               fd: -22,
  799.               _parent:
  800.                TCP {
  801.                  _externalStream: {},
  802.                  fd: -22,
  803.                  reading: [Getter/Setter],
  804.                  owner: [Circular],
  805.                  onread: null,
  806.                  onconnection: null,
  807.                  writeQueueSize: 0,
  808.                  _onclose: [Function] },
  809.               _parentWrap: undefined,
  810.               _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  811.               reading: true,
  812.               owner: [Circular],
  813.               onread: [Function: noop],
  814.               writeQueueSize: 1,
  815.               onhandshakestart: [Function],
  816.               onhandshakedone: [Function: bound ],
  817.               onocspresponse: [Function: bound onocspresponse],
  818.               onerror: [Function] },
  819.            server: undefined,
  820.            _requestCert: true,
  821.            _rejectUnauthorized: true,
  822.            parser: null,
  823.            _httpMessage: [Circular],
  824.            read: [Function],
  825.            _consuming: true,
  826.            _idleNext: null,
  827.            _idlePrev: null,
  828.            _idleTimeout: -1 },
  829.         connection:
  830.          TLSSocket {
  831.            _tlsOptions:
  832.             { pipe: null,
  833.               secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  834.               isServer: false,
  835.               requestCert: true,
  836.               rejectUnauthorized: true,
  837.               session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  838.               NPNProtocols: undefined,
  839.               ALPNProtocols: undefined,
  840.               requestOCSP: undefined },
  841.            _secureEstablished: true,
  842.            _securePending: false,
  843.            _newSessionPending: false,
  844.            _controlReleased: true,
  845.            _SNICallback: null,
  846.            servername: null,
  847.            npnProtocol: false,
  848.            alpnProtocol: false,
  849.            authorized: true,
  850.            authorizationError: null,
  851.            encrypted: true,
  852.            _events:
  853.             { close:
  854.                [ [Function],
  855.                  [Function: onClose],
  856.                  [Function: socketCloseListener] ],
  857.               end: [ { [Function: g] listener: [Function: onend] } ],
  858.               finish: [Function: onSocketFinish],
  859.               _socketEnd: [Function: onSocketEnd],
  860.               secure: [Function],
  861.               free: [Function: onFree],
  862.               agentRemove: [Function: onRemove],
  863.               drain: [Function: ondrain],
  864.               error: [ [Function: socketErrorListener] ] },
  865.            _eventsCount: 9,
  866.            _connecting: false,
  867.            _hadError: false,
  868.            _handle: null,
  869.            _parent: null,
  870.            _host: 'beam.pro',
  871.            _readableState:
  872.             ReadableState {
  873.               objectMode: false,
  874.               highWaterMark: 16384,
  875.               buffer: [],
  876.               length: 0,
  877.               pipes: null,
  878.               pipesCount: 0,
  879.               flowing: true,
  880.               ended: false,
  881.               endEmitted: false,
  882.               reading: true,
  883.               sync: false,
  884.               needReadable: true,
  885.               emittedReadable: false,
  886.               readableListening: false,
  887.               defaultEncoding: 'utf8',
  888.               ranOut: false,
  889.               awaitDrain: 0,
  890.               readingMore: false,
  891.               decoder: null,
  892.               encoding: null,
  893.               resumeScheduled: false },
  894.            readable: false,
  895.            domain: null,
  896.            _maxListeners: 0,
  897.            _writableState:
  898.             WritableState {
  899.               objectMode: false,
  900.               highWaterMark: 16384,
  901.               needDrain: false,
  902.               ending: true,
  903.               ended: true,
  904.               finished: true,
  905.               decodeStrings: false,
  906.               defaultEncoding: 'utf8',
  907.               length: 0,
  908.               writing: false,
  909.               corked: 0,
  910.               sync: false,
  911.               bufferProcessing: false,
  912.               onwrite: [Function],
  913.               writecb: null,
  914.               writelen: 0,
  915.               bufferedRequest: null,
  916.               lastBufferedRequest: null,
  917.               pendingcb: 0,
  918.               prefinished: true,
  919.               errorEmitted: false },
  920.            writable: false,
  921.            allowHalfOpen: false,
  922.            destroyed: true,
  923.            bytesRead: 456,
  924.            _bytesDispatched: 795,
  925.            _sockname: null,
  926.            _pendingData: null,
  927.            _pendingEncoding: '',
  928.            ssl:
  929.             TLSWrap {
  930.               _externalStream: {},
  931.               fd: -22,
  932.               _parent:
  933.                TCP {
  934.                  _externalStream: {},
  935.                  fd: -22,
  936.                  reading: [Getter/Setter],
  937.                  owner: [Circular],
  938.                  onread: null,
  939.                  onconnection: null,
  940.                  writeQueueSize: 0,
  941.                  _onclose: [Function] },
  942.               _parentWrap: undefined,
  943.               _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  944.               reading: true,
  945.               owner: [Circular],
  946.               onread: [Function: noop],
  947.               writeQueueSize: 1,
  948.               onhandshakestart: [Function],
  949.               onhandshakedone: [Function: bound ],
  950.               onocspresponse: [Function: bound onocspresponse],
  951.               onerror: [Function] },
  952.            server: undefined,
  953.            _requestCert: true,
  954.            _rejectUnauthorized: true,
  955.            parser: null,
  956.            _httpMessage: [Circular],
  957.            read: [Function],
  958.            _consuming: true,
  959.            _idleNext: null,
  960.            _idlePrev: null,
  961.            _idleTimeout: -1 },
  962.         _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  963.         _headers:
  964.          { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  965.            host: 'beam.pro',
  966.            cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  967.            'content-length': 0 },
  968.         _headerNames:
  969.          { 'user-agent': 'User-Agent',
  970.            host: 'host',
  971.            cookie: 'cookie',
  972.            'content-length': 'content-length' },
  973.         _onPendingData: null,
  974.         agent:
  975.          Agent {
  976.            domain: null,
  977.            _events: { free: [Function] },
  978.            _eventsCount: 1,
  979.            _maxListeners: undefined,
  980.            defaultPort: 443,
  981.            protocol: 'https:',
  982.            options: { path: null },
  983.            requests: {},
  984.            sockets:
  985.             { 'beam.pro:443:::::::':
  986.                [ TLSSocket {
  987.                    _tlsOptions:
  988.                     { pipe: null,
  989.                       secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  990.                       isServer: false,
  991.                       requestCert: true,
  992.                       rejectUnauthorized: true,
  993.                       session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  994.                       NPNProtocols: undefined,
  995.                       ALPNProtocols: undefined,
  996.                       requestOCSP: undefined },
  997.                    _secureEstablished: true,
  998.                    _securePending: false,
  999.                    _newSessionPending: false,
  1000.                    _controlReleased: true,
  1001.                    _SNICallback: null,
  1002.                    servername: null,
  1003.                    npnProtocol: false,
  1004.                    alpnProtocol: false,
  1005.                    authorized: true,
  1006.                    authorizationError: null,
  1007.                    encrypted: true,
  1008.                    _events:
  1009.                     { close:
  1010.                        [ [Function],
  1011.                          [Function: onClose],
  1012.                          [Function: socketCloseListener] ],
  1013.                       end: [ { [Function: g] listener: [Function: onend] } ],
  1014.                       finish: [Function: onSocketFinish],
  1015.                       _socketEnd: [Function: onSocketEnd],
  1016.                       secure: [Function],
  1017.                       free: [Function: onFree],
  1018.                       agentRemove: [Function: onRemove],
  1019.                       drain: [Function: ondrain],
  1020.                       error: [ [Function: socketErrorListener] ] },
  1021.                    _eventsCount: 9,
  1022.                    _connecting: false,
  1023.                    _hadError: false,
  1024.                    _handle: null,
  1025.                    _parent: null,
  1026.                    _host: 'beam.pro',
  1027.                    _readableState:
  1028.                     ReadableState {
  1029.                       objectMode: false,
  1030.                       highWaterMark: 16384,
  1031.                       buffer: [],
  1032.                       length: 0,
  1033.                       pipes: null,
  1034.                       pipesCount: 0,
  1035.                       flowing: true,
  1036.                       ended: false,
  1037.                       endEmitted: false,
  1038.                       reading: true,
  1039.                       sync: false,
  1040.                       needReadable: true,
  1041.                       emittedReadable: false,
  1042.                       readableListening: false,
  1043.                       defaultEncoding: 'utf8',
  1044.                       ranOut: false,
  1045.                       awaitDrain: 0,
  1046.                       readingMore: false,
  1047.                       decoder: null,
  1048.                       encoding: null,
  1049.                       resumeScheduled: false },
  1050.                    readable: false,
  1051.                    domain: null,
  1052.                    _maxListeners: 0,
  1053.                    _writableState:
  1054.                     WritableState {
  1055.                       objectMode: false,
  1056.                       highWaterMark: 16384,
  1057.                       needDrain: false,
  1058.                       ending: true,
  1059.                       ended: true,
  1060.                       finished: true,
  1061.                       decodeStrings: false,
  1062.                       defaultEncoding: 'utf8',
  1063.                       length: 0,
  1064.                       writing: false,
  1065.                       corked: 0,
  1066.                       sync: false,
  1067.                       bufferProcessing: false,
  1068.                       onwrite: [Function],
  1069.                       writecb: null,
  1070.                       writelen: 0,
  1071.                       bufferedRequest: null,
  1072.                       lastBufferedRequest: null,
  1073.                       pendingcb: 0,
  1074.                       prefinished: true,
  1075.                       errorEmitted: false },
  1076.                    writable: false,
  1077.                    allowHalfOpen: false,
  1078.                    destroyed: true,
  1079.                    bytesRead: 456,
  1080.                    _bytesDispatched: 795,
  1081.                    _sockname: null,
  1082.                    _pendingData: null,
  1083.                    _pendingEncoding: '',
  1084.                    ssl:
  1085.                     TLSWrap {
  1086.                       _externalStream: {},
  1087.                       fd: -22,
  1088.                       _parent:
  1089.                        TCP {
  1090.                          _externalStream: {},
  1091.                          fd: -22,
  1092.                          reading: [Getter/Setter],
  1093.                          owner: [Circular],
  1094.                          onread: null,
  1095.                          onconnection: null,
  1096.                          writeQueueSize: 0,
  1097.                          _onclose: [Function] },
  1098.                       _parentWrap: undefined,
  1099.                       _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1100.                       reading: true,
  1101.                       owner: [Circular],
  1102.                       onread: [Function: noop],
  1103.                       writeQueueSize: 1,
  1104.                       onhandshakestart: [Function],
  1105.                       onhandshakedone: [Function: bound ],
  1106.                       onocspresponse: [Function: bound onocspresponse],
  1107.                       onerror: [Function] },
  1108.                    server: undefined,
  1109.                    _requestCert: true,
  1110.                    _rejectUnauthorized: true,
  1111.                    parser: null,
  1112.                    _httpMessage: [Circular],
  1113.                    read: [Function],
  1114.                    _consuming: true,
  1115.                    _idleNext: null,
  1116.                    _idlePrev: null,
  1117.                    _idleTimeout: -1 } ] },
  1118.            freeSockets: {},
  1119.            keepAliveMsecs: 1000,
  1120.            keepAlive: false,
  1121.            maxSockets: Infinity,
  1122.            maxFreeSockets: 256,
  1123.            maxCachedSessions: 100,
  1124.            _sessionCache:
  1125.             { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  1126.               list: [ 'beam.pro:443:::::::' ] } },
  1127.         socketPath: undefined,
  1128.         method: 'PUT',
  1129.         path: '/api/v1/tetris/versions/1645',
  1130.         parser: null,
  1131.         res: [Circular] },
  1132.      request:
  1133.       Request {
  1134.         domain: null,
  1135.         _events:
  1136.          { error: [Function: bound ],
  1137.            complete: [Function: bound ],
  1138.            pipe: [Function],
  1139.            end: [ [Function], [Function] ],
  1140.            data: [Function] },
  1141.         _eventsCount: 5,
  1142.         _maxListeners: undefined,
  1143.         gameId: 989,
  1144.         controls:
  1145.          { reportInterval: 100,
  1146.            tactiles:
  1147.             [ { id: 0,
  1148.                 type: 'tactiles',
  1149.                 text: 'Sound 1',
  1150.                 help: 'Sound 1',
  1151.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 0, y: 0 } ],
  1152.                 analysis: { holding: true, frequency: true },
  1153.                 cost: { press: { cost: 0 } },
  1154.                 cooldown: { press: 15000 } },
  1155.               { id: 1,
  1156.                 type: 'tactiles',
  1157.                 text: 'Sound 2',
  1158.                 help: 'Sound 2',
  1159.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 2, y: 0 } ],
  1160.                 analysis: { holding: true, frequency: true },
  1161.                 cost: { press: { cost: 0 } },
  1162.                 cooldown: { press: 15000 } },
  1163.               { id: 2,
  1164.                 type: 'tactiles',
  1165.                 text: 'Sound 3',
  1166.                 help: 'Sound 3',
  1167.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 4, y: 0 } ],
  1168.                 analysis: { holding: true, frequency: true },
  1169.                 cost: { press: { cost: 0 } },
  1170.                 cooldown: { press: 15000 } },
  1171.               { id: 3,
  1172.                 type: 'tactiles',
  1173.                 text: 'Sound 4',
  1174.                 help: 'Sound 4',
  1175.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 6, y: 0 } ],
  1176.                 analysis: { holding: true, frequency: true },
  1177.                 cost: { press: { cost: 0 } },
  1178.                 cooldown: { press: 15000 } },
  1179.               { id: 4,
  1180.                 type: 'tactiles',
  1181.                 text: 'Sound 5',
  1182.                 help: 'Sound 5',
  1183.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 8, y: 0 } ],
  1184.                 analysis: { holding: true, frequency: true },
  1185.                 cost: { press: { cost: 0 } },
  1186.                 cooldown: { press: 15000 } },
  1187.               { id: 5,
  1188.                 type: 'tactiles',
  1189.                 text: 'Sound 6',
  1190.                 help: 'Sound 6',
  1191.                 blueprint:
  1192.                  [ { width: 2,
  1193.                      height: 2,
  1194.                      grid: 'large',
  1195.                      state: 'default',
  1196.                      x: 10,
  1197.                      y: 0 } ],
  1198.                 analysis: { holding: true, frequency: true },
  1199.                 cost: { press: { cost: 0 } },
  1200.                 cooldown: { press: 15000 } },
  1201.               { id: 6,
  1202.                 type: 'tactiles',
  1203.                 text: 'Sound 7',
  1204.                 help: 'Sound 7',
  1205.                 blueprint:
  1206.                  [ { width: 2,
  1207.                      height: 2,
  1208.                      grid: 'large',
  1209.                      state: 'default',
  1210.                      x: 12,
  1211.                      y: 0 } ],
  1212.                 analysis: { holding: true, frequency: true },
  1213.                 cost: { press: { cost: 0 } },
  1214.                 cooldown: { press: 15000 } },
  1215.               { id: 7,
  1216.                 type: 'tactiles',
  1217.                 text: 'Sound 8',
  1218.                 help: 'Sound 8',
  1219.                 blueprint:
  1220.                  [ { width: 2,
  1221.                      height: 2,
  1222.                      grid: 'large',
  1223.                      state: 'default',
  1224.                      x: 14,
  1225.                      y: 0 } ],
  1226.                 analysis: { holding: true, frequency: true },
  1227.                 cost: { press: { cost: 0 } },
  1228.                 cooldown: { press: 15000 } },
  1229.               { id: 8,
  1230.                 type: 'tactiles',
  1231.                 text: 'Sound 9',
  1232.                 help: 'Sound 9',
  1233.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 0, y: 2 } ],
  1234.                 analysis: { holding: true, frequency: true },
  1235.                 cost: { press: { cost: 0 } },
  1236.                 cooldown: { press: 15000 } },
  1237.               { id: 9,
  1238.                 type: 'tactiles',
  1239.                 text: 'Sound 10',
  1240.                 help: 'Sound 10',
  1241.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 2, y: 2 } ],
  1242.                 analysis: { holding: true, frequency: true },
  1243.                 cost: { press: { cost: 0 } },
  1244.                 cooldown: { press: 15000 } },
  1245.               { id: 10,
  1246.                 type: 'tactiles',
  1247.                 text: 'Sound 11',
  1248.                 help: 'Sound 11',
  1249.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 4, y: 2 } ],
  1250.                 analysis: { holding: true, frequency: true },
  1251.                 cost: { press: { cost: 0 } },
  1252.                 cooldown: { press: 15000 } },
  1253.               { id: 11,
  1254.                 type: 'tactiles',
  1255.                 text: 'Sound 12',
  1256.                 help: 'Sound 12',
  1257.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 6, y: 2 } ],
  1258.                 analysis: { holding: true, frequency: true },
  1259.                 cost: { press: { cost: 0 } },
  1260.                 cooldown: { press: 15000 } },
  1261.               { id: 12,
  1262.                 type: 'tactiles',
  1263.                 text: 'Sound 13',
  1264.                 help: 'Sound 13',
  1265.                 blueprint: [ { width: 2, height: 2, grid: 'large', state: 'default', x: 8, y: 2 } ],
  1266.                 analysis: { holding: true, frequency: true },
  1267.                 cost: { press: { cost: 0 } },
  1268.                 cooldown: { press: 15000 } },
  1269.               { id: 13,
  1270.                 type: 'tactiles',
  1271.                 text: 'Sound 14',
  1272.                 help: 'Sound 14',
  1273.                 blueprint:
  1274.                  [ { width: 2,
  1275.                      height: 2,
  1276.                      grid: 'large',
  1277.                      state: 'default',
  1278.                      x: 10,
  1279.                      y: 2 } ],
  1280.                 analysis: { holding: true, frequency: true },
  1281.                 cost: { press: { cost: 0 } },
  1282.                 cooldown: { press: 15000 } },
  1283.               { id: 14,
  1284.                 type: 'tactiles',
  1285.                 text: 'Sound 15',
  1286.                 help: 'Sound 15',
  1287.                 blueprint:
  1288.                  [ { width: 2,
  1289.                      height: 2,
  1290.                      grid: 'large',
  1291.                      state: 'default',
  1292.                      x: 12,
  1293.                      y: 2 } ],
  1294.                 analysis: { holding: true, frequency: true },
  1295.                 cost: { press: { cost: 0 } },
  1296.                 cooldown: { press: 15000 } },
  1297.               { id: 15,
  1298.                 type: 'tactiles',
  1299.                 text: 'Sound 16',
  1300.                 help: 'Sound 16',
  1301.                 blueprint:
  1302.                  [ { width: 2,
  1303.                      height: 2,
  1304.                      grid: 'large',
  1305.                      state: 'default',
  1306.                      x: 14,
  1307.                      y: 2 } ],
  1308.                 analysis: { holding: true, frequency: true },
  1309.                 cost: { press: { cost: 0 } },
  1310.                 cooldown: { press: 15000 } } ] },
  1311.         method: 'put',
  1312.         headers:
  1313.          { 'User-Agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  1314.            cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  1315.            'content-length': 0 },
  1316.         callback: [Function],
  1317.         readable: true,
  1318.         writable: true,
  1319.         explicitMethod: true,
  1320.         _qs:
  1321.          Querystring {
  1322.            request: [Circular],
  1323.            lib: { stringify: [Function], parse: [Function] },
  1324.            useQuerystring: undefined,
  1325.            parseOptions: {},
  1326.            stringifyOptions: {} },
  1327.         _auth:
  1328.          Auth {
  1329.            request: [Circular],
  1330.            hasAuth: false,
  1331.            sentAuth: false,
  1332.            bearerToken: null,
  1333.            user: null,
  1334.            pass: null },
  1335.         _oauth: OAuth { request: [Circular], params: null },
  1336.         _multipart:
  1337.          Multipart {
  1338.            request: [Circular],
  1339.            boundary: '8bde92fb-6781-4528-961c-543cba3f29d5',
  1340.            chunked: false,
  1341.            body: null },
  1342.         _redirect:
  1343.          Redirect {
  1344.            request: [Circular],
  1345.            followRedirect: true,
  1346.            followRedirects: true,
  1347.            followAllRedirects: false,
  1348.            allowRedirect: [Function],
  1349.            maxRedirects: 10,
  1350.            redirects: [],
  1351.            redirectsFollowed: 0,
  1352.            removeRefererHeader: false },
  1353.         _tunnel:
  1354.          Tunnel {
  1355.            request: [Circular],
  1356.            proxyHeaderWhiteList:
  1357.             [ 'accept',
  1358.               'accept-charset',
  1359.               'accept-encoding',
  1360.               'accept-language',
  1361.               'accept-ranges',
  1362.               'cache-control',
  1363.               'content-encoding',
  1364.               'content-language',
  1365.               'content-location',
  1366.               'content-md5',
  1367.               'content-range',
  1368.               'content-type',
  1369.               'connection',
  1370.               'date',
  1371.               'expect',
  1372.               'max-forwards',
  1373.               'pragma',
  1374.               'referer',
  1375.               'te',
  1376.               'user-agent',
  1377.               'via' ],
  1378.            proxyHeaderExclusiveList: [] },
  1379.         setHeader: [Function],
  1380.         hasHeader: [Function],
  1381.         getHeader: [Function],
  1382.         removeHeader: [Function],
  1383.         localAddress: undefined,
  1384.         pool: {},
  1385.         dests: [],
  1386.         __isRequestRequest: true,
  1387.         _callback: [Function],
  1388.         uri:
  1389.          Url {
  1390.            protocol: 'https:',
  1391.            slashes: true,
  1392.            auth: null,
  1393.            host: 'beam.pro',
  1394.            port: 443,
  1395.            hostname: 'beam.pro',
  1396.            hash: null,
  1397.            search: null,
  1398.            query: null,
  1399.            pathname: '/api/v1/tetris/versions/1645',
  1400.            path: '/api/v1/tetris/versions/1645',
  1401.            href: 'https://beam.pro/api/v1/tetris/versions/1645' },
  1402.         proxy: null,
  1403.         tunnel: true,
  1404.         setHost: true,
  1405.         originalCookieHeader: undefined,
  1406.         _jar:
  1407.          RequestJar {
  1408.            _jar:
  1409.             CookieJar {
  1410.               enableLooseMode: true,
  1411.               store:
  1412.                { idx: { 'beam.pro':
  1413.                   { '/':
  1414.                      { __cfduid: Cookie="__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; Expires=Thu, 23 Mar 2017 15:49:04 GMT; Domain=beam.pro; Path=/; HttpOnly; hostOnly=false; aAge=357ms; cAge=2149ms",
  1415.                        sid: Cookie="sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo; Expires=Fri, 22 Apr 2016 15:49:04 GMT; Max-Age=2592000; Path=/; Secure; hostOnly=true; aAge=358ms; cAge=2141ms" } } } } } },
  1416.         port: 443,
  1417.         host: 'beam.pro',
  1418.         path: '/api/v1/tetris/versions/1645',
  1419.         httpModule:
  1420.          { Server:
  1421.             { [Function: Server]
  1422.               super_:
  1423.                { [Function: Server]
  1424.                  super_:
  1425.                   { [Function: Server]
  1426.                     super_:
  1427.                      { [Function: EventEmitter]
  1428.                        EventEmitter: [Circular],
  1429.                        usingDomains: false,
  1430.                        defaultMaxListeners: 10,
  1431.                        init: [Function],
  1432.                        listenerCount: [Function] } } } },
  1433.            createServer: [Function],
  1434.            globalAgent:
  1435.             Agent {
  1436.               domain: null,
  1437.               _events: { free: [Function] },
  1438.               _eventsCount: 1,
  1439.               _maxListeners: undefined,
  1440.               defaultPort: 443,
  1441.               protocol: 'https:',
  1442.               options: { path: null },
  1443.               requests: {},
  1444.               sockets:
  1445.                { 'beam.pro:443:::::::':
  1446.                   [ TLSSocket {
  1447.                       _tlsOptions:
  1448.                        { pipe: null,
  1449.                          secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1450.                          isServer: false,
  1451.                          requestCert: true,
  1452.                          rejectUnauthorized: true,
  1453.                          session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  1454.                          NPNProtocols: undefined,
  1455.                          ALPNProtocols: undefined,
  1456.                          requestOCSP: undefined },
  1457.                       _secureEstablished: true,
  1458.                       _securePending: false,
  1459.                       _newSessionPending: false,
  1460.                       _controlReleased: true,
  1461.                       _SNICallback: null,
  1462.                       servername: null,
  1463.                       npnProtocol: false,
  1464.                       alpnProtocol: false,
  1465.                       authorized: true,
  1466.                       authorizationError: null,
  1467.                       encrypted: true,
  1468.                       _events:
  1469.                        { close:
  1470.                           [ [Function],
  1471.                             [Function: onClose],
  1472.                             [Function: socketCloseListener] ],
  1473.                          end: [ { [Function: g] listener: [Function: onend] } ],
  1474.                          finish: [Function: onSocketFinish],
  1475.                          _socketEnd: [Function: onSocketEnd],
  1476.                          secure: [Function],
  1477.                          free: [Function: onFree],
  1478.                          agentRemove: [Function: onRemove],
  1479.                          drain: [Function: ondrain],
  1480.                          error: [ [Function: socketErrorListener] ] },
  1481.                       _eventsCount: 9,
  1482.                       _connecting: false,
  1483.                       _hadError: false,
  1484.                       _handle: null,
  1485.                       _parent: null,
  1486.                       _host: 'beam.pro',
  1487.                       _readableState:
  1488.                        ReadableState {
  1489.                          objectMode: false,
  1490.                          highWaterMark: 16384,
  1491.                          buffer: [],
  1492.                          length: 0,
  1493.                          pipes: null,
  1494.                          pipesCount: 0,
  1495.                          flowing: true,
  1496.                          ended: false,
  1497.                          endEmitted: false,
  1498.                          reading: true,
  1499.                          sync: false,
  1500.                          needReadable: true,
  1501.                          emittedReadable: false,
  1502.                          readableListening: false,
  1503.                          defaultEncoding: 'utf8',
  1504.                          ranOut: false,
  1505.                          awaitDrain: 0,
  1506.                          readingMore: false,
  1507.                          decoder: null,
  1508.                          encoding: null,
  1509.                          resumeScheduled: false },
  1510.                       readable: false,
  1511.                       domain: null,
  1512.                       _maxListeners: 0,
  1513.                       _writableState:
  1514.                        WritableState {
  1515.                          objectMode: false,
  1516.                          highWaterMark: 16384,
  1517.                          needDrain: false,
  1518.                          ending: true,
  1519.                          ended: true,
  1520.                          finished: true,
  1521.                          decodeStrings: false,
  1522.                          defaultEncoding: 'utf8',
  1523.                          length: 0,
  1524.                          writing: false,
  1525.                          corked: 0,
  1526.                          sync: false,
  1527.                          bufferProcessing: false,
  1528.                          onwrite: [Function],
  1529.                          writecb: null,
  1530.                          writelen: 0,
  1531.                          bufferedRequest: null,
  1532.                          lastBufferedRequest: null,
  1533.                          pendingcb: 0,
  1534.                          prefinished: true,
  1535.                          errorEmitted: false },
  1536.                       writable: false,
  1537.                       allowHalfOpen: false,
  1538.                       destroyed: true,
  1539.                       bytesRead: 456,
  1540.                       _bytesDispatched: 795,
  1541.                       _sockname: null,
  1542.                       _pendingData: null,
  1543.                       _pendingEncoding: '',
  1544.                       ssl:
  1545.                        TLSWrap {
  1546.                          _externalStream: {},
  1547.                          fd: -22,
  1548.                          _parent:
  1549.                           TCP {
  1550.                             _externalStream: {},
  1551.                             fd: -22,
  1552.                             reading: [Getter/Setter],
  1553.                             owner: [Circular],
  1554.                             onread: null,
  1555.                             onconnection: null,
  1556.                             writeQueueSize: 0,
  1557.                             _onclose: [Function] },
  1558.                          _parentWrap: undefined,
  1559.                          _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1560.                          reading: true,
  1561.                          owner: [Circular],
  1562.                          onread: [Function: noop],
  1563.                          writeQueueSize: 1,
  1564.                          onhandshakestart: [Function],
  1565.                          onhandshakedone: [Function: bound ],
  1566.                          onocspresponse: [Function: bound onocspresponse],
  1567.                          onerror: [Function] },
  1568.                       server: undefined,
  1569.                       _requestCert: true,
  1570.                       _rejectUnauthorized: true,
  1571.                       parser: null,
  1572.                       _httpMessage:
  1573.                        ClientRequest {
  1574.                          domain: null,
  1575.                          _events:
  1576.                           { socket: [ [Function] ],
  1577.                             response: [Function: bound ],
  1578.                             error: [Function: bound ],
  1579.                             drain: [Function] },
  1580.                          _eventsCount: 4,
  1581.                          _maxListeners: undefined,
  1582.                          output: [],
  1583.                          outputEncodings: [],
  1584.                          outputCallbacks: [],
  1585.                          outputSize: 0,
  1586.                          writable: true,
  1587.                          _last: true,
  1588.                          chunkedEncoding: false,
  1589.                          shouldKeepAlive: false,
  1590.                          useChunkedEncodingByDefault: true,
  1591.                          sendDate: false,
  1592.                          _removedHeader: { 'content-length': false },
  1593.                          _contentLength: 0,
  1594.                          _hasBody: true,
  1595.                          _trailer: '',
  1596.                          finished: true,
  1597.                          _headerSent: true,
  1598.                          socket: [Circular],
  1599.                          connection: [Circular],
  1600.                          _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  1601.                          _headers:
  1602.                           { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  1603.                             host: 'beam.pro',
  1604.                             cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  1605.                             'content-length': 0 },
  1606.                          _headerNames:
  1607.                           { 'user-agent': 'User-Agent',
  1608.                             host: 'host',
  1609.                             cookie: 'cookie',
  1610.                             'content-length': 'content-length' },
  1611.                          _onPendingData: null,
  1612.                          agent: [Circular],
  1613.                          socketPath: undefined,
  1614.                          method: 'PUT',
  1615.                          path: '/api/v1/tetris/versions/1645',
  1616.                          parser: null,
  1617.                          res: [Circular] },
  1618.                       read: [Function],
  1619.                       _consuming: true,
  1620.                       _idleNext: null,
  1621.                       _idlePrev: null,
  1622.                       _idleTimeout: -1 } ] },
  1623.               freeSockets: {},
  1624.               keepAliveMsecs: 1000,
  1625.               keepAlive: false,
  1626.               maxSockets: Infinity,
  1627.               maxFreeSockets: 256,
  1628.               maxCachedSessions: 100,
  1629.               _sessionCache:
  1630.                { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  1631.                  list: [ 'beam.pro:443:::::::' ] } },
  1632.            Agent:
  1633.             { [Function: Agent]
  1634.               super_:
  1635.                { [Function: Agent]
  1636.                  super_:
  1637.                   { [Function: EventEmitter]
  1638.                     EventEmitter: [Circular],
  1639.                     usingDomains: false,
  1640.                     defaultMaxListeners: 10,
  1641.                     init: [Function],
  1642.                     listenerCount: [Function] },
  1643.                  defaultMaxSockets: Infinity } },
  1644.            request: [Function],
  1645.            get: [Function] },
  1646.         agentClass:
  1647.          { [Function: Agent]
  1648.            super_:
  1649.             { [Function: Agent]
  1650.               super_:
  1651.                { [Function: EventEmitter]
  1652.                  EventEmitter: [Circular],
  1653.                  usingDomains: false,
  1654.                  defaultMaxListeners: 10,
  1655.                  init: [Function],
  1656.                  listenerCount: [Function] },
  1657.               defaultMaxSockets: Infinity } },
  1658.         agent:
  1659.          Agent {
  1660.            domain: null,
  1661.            _events: { free: [Function] },
  1662.            _eventsCount: 1,
  1663.            _maxListeners: undefined,
  1664.            defaultPort: 443,
  1665.            protocol: 'https:',
  1666.            options: { path: null },
  1667.            requests: {},
  1668.            sockets:
  1669.             { 'beam.pro:443:::::::':
  1670.                [ TLSSocket {
  1671.                    _tlsOptions:
  1672.                     { pipe: null,
  1673.                       secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1674.                       isServer: false,
  1675.                       requestCert: true,
  1676.                       rejectUnauthorized: true,
  1677.                       session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  1678.                       NPNProtocols: undefined,
  1679.                       ALPNProtocols: undefined,
  1680.                       requestOCSP: undefined },
  1681.                    _secureEstablished: true,
  1682.                    _securePending: false,
  1683.                    _newSessionPending: false,
  1684.                    _controlReleased: true,
  1685.                    _SNICallback: null,
  1686.                    servername: null,
  1687.                    npnProtocol: false,
  1688.                    alpnProtocol: false,
  1689.                    authorized: true,
  1690.                    authorizationError: null,
  1691.                    encrypted: true,
  1692.                    _events:
  1693.                     { close:
  1694.                        [ [Function],
  1695.                          [Function: onClose],
  1696.                          [Function: socketCloseListener] ],
  1697.                       end: [ { [Function: g] listener: [Function: onend] } ],
  1698.                       finish: [Function: onSocketFinish],
  1699.                       _socketEnd: [Function: onSocketEnd],
  1700.                       secure: [Function],
  1701.                       free: [Function: onFree],
  1702.                       agentRemove: [Function: onRemove],
  1703.                       drain: [Function: ondrain],
  1704.                       error: [ [Function: socketErrorListener] ] },
  1705.                    _eventsCount: 9,
  1706.                    _connecting: false,
  1707.                    _hadError: false,
  1708.                    _handle: null,
  1709.                    _parent: null,
  1710.                    _host: 'beam.pro',
  1711.                    _readableState:
  1712.                     ReadableState {
  1713.                       objectMode: false,
  1714.                       highWaterMark: 16384,
  1715.                       buffer: [],
  1716.                       length: 0,
  1717.                       pipes: null,
  1718.                       pipesCount: 0,
  1719.                       flowing: true,
  1720.                       ended: false,
  1721.                       endEmitted: false,
  1722.                       reading: true,
  1723.                       sync: false,
  1724.                       needReadable: true,
  1725.                       emittedReadable: false,
  1726.                       readableListening: false,
  1727.                       defaultEncoding: 'utf8',
  1728.                       ranOut: false,
  1729.                       awaitDrain: 0,
  1730.                       readingMore: false,
  1731.                       decoder: null,
  1732.                       encoding: null,
  1733.                       resumeScheduled: false },
  1734.                    readable: false,
  1735.                    domain: null,
  1736.                    _maxListeners: 0,
  1737.                    _writableState:
  1738.                     WritableState {
  1739.                       objectMode: false,
  1740.                       highWaterMark: 16384,
  1741.                       needDrain: false,
  1742.                       ending: true,
  1743.                       ended: true,
  1744.                       finished: true,
  1745.                       decodeStrings: false,
  1746.                       defaultEncoding: 'utf8',
  1747.                       length: 0,
  1748.                       writing: false,
  1749.                       corked: 0,
  1750.                       sync: false,
  1751.                       bufferProcessing: false,
  1752.                       onwrite: [Function],
  1753.                       writecb: null,
  1754.                       writelen: 0,
  1755.                       bufferedRequest: null,
  1756.                       lastBufferedRequest: null,
  1757.                       pendingcb: 0,
  1758.                       prefinished: true,
  1759.                       errorEmitted: false },
  1760.                    writable: false,
  1761.                    allowHalfOpen: false,
  1762.                    destroyed: true,
  1763.                    bytesRead: 456,
  1764.                    _bytesDispatched: 795,
  1765.                    _sockname: null,
  1766.                    _pendingData: null,
  1767.                    _pendingEncoding: '',
  1768.                    ssl:
  1769.                     TLSWrap {
  1770.                       _externalStream: {},
  1771.                       fd: -22,
  1772.                       _parent:
  1773.                        TCP {
  1774.                          _externalStream: {},
  1775.                          fd: -22,
  1776.                          reading: [Getter/Setter],
  1777.                          owner: [Circular],
  1778.                          onread: null,
  1779.                          onconnection: null,
  1780.                          writeQueueSize: 0,
  1781.                          _onclose: [Function] },
  1782.                       _parentWrap: undefined,
  1783.                       _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1784.                       reading: true,
  1785.                       owner: [Circular],
  1786.                       onread: [Function: noop],
  1787.                       writeQueueSize: 1,
  1788.                       onhandshakestart: [Function],
  1789.                       onhandshakedone: [Function: bound ],
  1790.                       onocspresponse: [Function: bound onocspresponse],
  1791.                       onerror: [Function] },
  1792.                    server: undefined,
  1793.                    _requestCert: true,
  1794.                    _rejectUnauthorized: true,
  1795.                    parser: null,
  1796.                    _httpMessage:
  1797.                     ClientRequest {
  1798.                       domain: null,
  1799.                       _events:
  1800.                        { socket: [ [Function] ],
  1801.                          response: [Function: bound ],
  1802.                          error: [Function: bound ],
  1803.                          drain: [Function] },
  1804.                       _eventsCount: 4,
  1805.                       _maxListeners: undefined,
  1806.                       output: [],
  1807.                       outputEncodings: [],
  1808.                       outputCallbacks: [],
  1809.                       outputSize: 0,
  1810.                       writable: true,
  1811.                       _last: true,
  1812.                       chunkedEncoding: false,
  1813.                       shouldKeepAlive: false,
  1814.                       useChunkedEncodingByDefault: true,
  1815.                       sendDate: false,
  1816.                       _removedHeader: { 'content-length': false },
  1817.                       _contentLength: 0,
  1818.                       _hasBody: true,
  1819.                       _trailer: '',
  1820.                       finished: true,
  1821.                       _headerSent: true,
  1822.                       socket: [Circular],
  1823.                       connection: [Circular],
  1824.                       _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  1825.                       _headers:
  1826.                        { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  1827.                          host: 'beam.pro',
  1828.                          cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  1829.                          'content-length': 0 },
  1830.                       _headerNames:
  1831.                        { 'user-agent': 'User-Agent',
  1832.                          host: 'host',
  1833.                          cookie: 'cookie',
  1834.                          'content-length': 'content-length' },
  1835.                       _onPendingData: null,
  1836.                       agent: [Circular],
  1837.                       socketPath: undefined,
  1838.                       method: 'PUT',
  1839.                       path: '/api/v1/tetris/versions/1645',
  1840.                       parser: null,
  1841.                       res: [Circular] },
  1842.                    read: [Function],
  1843.                    _consuming: true,
  1844.                    _idleNext: null,
  1845.                    _idlePrev: null,
  1846.                    _idleTimeout: -1 } ] },
  1847.            freeSockets: {},
  1848.            keepAliveMsecs: 1000,
  1849.            keepAlive: false,
  1850.            maxSockets: Infinity,
  1851.            maxFreeSockets: 256,
  1852.            maxCachedSessions: 100,
  1853.            _sessionCache:
  1854.             { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  1855.               list: [ 'beam.pro:443:::::::' ] } },
  1856.         _started: true,
  1857.         href: 'https://beam.pro/api/v1/tetris/versions/1645',
  1858.         req:
  1859.          ClientRequest {
  1860.            domain: null,
  1861.            _events:
  1862.             { socket: [ [Function] ],
  1863.               response: [Function: bound ],
  1864.               error: [Function: bound ],
  1865.               drain: [Function] },
  1866.            _eventsCount: 4,
  1867.            _maxListeners: undefined,
  1868.            output: [],
  1869.            outputEncodings: [],
  1870.            outputCallbacks: [],
  1871.            outputSize: 0,
  1872.            writable: true,
  1873.            _last: true,
  1874.            chunkedEncoding: false,
  1875.            shouldKeepAlive: false,
  1876.            useChunkedEncodingByDefault: true,
  1877.            sendDate: false,
  1878.            _removedHeader: { 'content-length': false },
  1879.            _contentLength: 0,
  1880.            _hasBody: true,
  1881.            _trailer: '',
  1882.            finished: true,
  1883.            _headerSent: true,
  1884.            socket:
  1885.             TLSSocket {
  1886.               _tlsOptions:
  1887.                { pipe: null,
  1888.                  secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1889.                  isServer: false,
  1890.                  requestCert: true,
  1891.                  rejectUnauthorized: true,
  1892.                  session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  1893.                  NPNProtocols: undefined,
  1894.                  ALPNProtocols: undefined,
  1895.                  requestOCSP: undefined },
  1896.               _secureEstablished: true,
  1897.               _securePending: false,
  1898.               _newSessionPending: false,
  1899.               _controlReleased: true,
  1900.               _SNICallback: null,
  1901.               servername: null,
  1902.               npnProtocol: false,
  1903.               alpnProtocol: false,
  1904.               authorized: true,
  1905.               authorizationError: null,
  1906.               encrypted: true,
  1907.               _events:
  1908.                { close:
  1909.                   [ [Function],
  1910.                     [Function: onClose],
  1911.                     [Function: socketCloseListener] ],
  1912.                  end: [ { [Function: g] listener: [Function: onend] } ],
  1913.                  finish: [Function: onSocketFinish],
  1914.                  _socketEnd: [Function: onSocketEnd],
  1915.                  secure: [Function],
  1916.                  free: [Function: onFree],
  1917.                  agentRemove: [Function: onRemove],
  1918.                  drain: [Function: ondrain],
  1919.                  error: [ [Function: socketErrorListener] ] },
  1920.               _eventsCount: 9,
  1921.               _connecting: false,
  1922.               _hadError: false,
  1923.               _handle: null,
  1924.               _parent: null,
  1925.               _host: 'beam.pro',
  1926.               _readableState:
  1927.                ReadableState {
  1928.                  objectMode: false,
  1929.                  highWaterMark: 16384,
  1930.                  buffer: [],
  1931.                  length: 0,
  1932.                  pipes: null,
  1933.                  pipesCount: 0,
  1934.                  flowing: true,
  1935.                  ended: false,
  1936.                  endEmitted: false,
  1937.                  reading: true,
  1938.                  sync: false,
  1939.                  needReadable: true,
  1940.                  emittedReadable: false,
  1941.                  readableListening: false,
  1942.                  defaultEncoding: 'utf8',
  1943.                  ranOut: false,
  1944.                  awaitDrain: 0,
  1945.                  readingMore: false,
  1946.                  decoder: null,
  1947.                  encoding: null,
  1948.                  resumeScheduled: false },
  1949.               readable: false,
  1950.               domain: null,
  1951.               _maxListeners: 0,
  1952.               _writableState:
  1953.                WritableState {
  1954.                  objectMode: false,
  1955.                  highWaterMark: 16384,
  1956.                  needDrain: false,
  1957.                  ending: true,
  1958.                  ended: true,
  1959.                  finished: true,
  1960.                  decodeStrings: false,
  1961.                  defaultEncoding: 'utf8',
  1962.                  length: 0,
  1963.                  writing: false,
  1964.                  corked: 0,
  1965.                  sync: false,
  1966.                  bufferProcessing: false,
  1967.                  onwrite: [Function],
  1968.                  writecb: null,
  1969.                  writelen: 0,
  1970.                  bufferedRequest: null,
  1971.                  lastBufferedRequest: null,
  1972.                  pendingcb: 0,
  1973.                  prefinished: true,
  1974.                  errorEmitted: false },
  1975.               writable: false,
  1976.               allowHalfOpen: false,
  1977.               destroyed: true,
  1978.               bytesRead: 456,
  1979.               _bytesDispatched: 795,
  1980.               _sockname: null,
  1981.               _pendingData: null,
  1982.               _pendingEncoding: '',
  1983.               ssl:
  1984.                TLSWrap {
  1985.                  _externalStream: {},
  1986.                  fd: -22,
  1987.                  _parent:
  1988.                   TCP {
  1989.                     _externalStream: {},
  1990.                     fd: -22,
  1991.                     reading: [Getter/Setter],
  1992.                     owner: [Circular],
  1993.                     onread: null,
  1994.                     onconnection: null,
  1995.                     writeQueueSize: 0,
  1996.                     _onclose: [Function] },
  1997.                  _parentWrap: undefined,
  1998.                  _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  1999.                  reading: true,
  2000.                  owner: [Circular],
  2001.                  onread: [Function: noop],
  2002.                  writeQueueSize: 1,
  2003.                  onhandshakestart: [Function],
  2004.                  onhandshakedone: [Function: bound ],
  2005.                  onocspresponse: [Function: bound onocspresponse],
  2006.                  onerror: [Function] },
  2007.               server: undefined,
  2008.               _requestCert: true,
  2009.               _rejectUnauthorized: true,
  2010.               parser: null,
  2011.               _httpMessage: [Circular],
  2012.               read: [Function],
  2013.               _consuming: true,
  2014.               _idleNext: null,
  2015.               _idlePrev: null,
  2016.               _idleTimeout: -1 },
  2017.            connection:
  2018.             TLSSocket {
  2019.               _tlsOptions:
  2020.                { pipe: null,
  2021.                  secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  2022.                  isServer: false,
  2023.                  requestCert: true,
  2024.                  rejectUnauthorized: true,
  2025.                  session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  2026.                  NPNProtocols: undefined,
  2027.                  ALPNProtocols: undefined,
  2028.                  requestOCSP: undefined },
  2029.               _secureEstablished: true,
  2030.               _securePending: false,
  2031.               _newSessionPending: false,
  2032.               _controlReleased: true,
  2033.               _SNICallback: null,
  2034.               servername: null,
  2035.               npnProtocol: false,
  2036.               alpnProtocol: false,
  2037.               authorized: true,
  2038.               authorizationError: null,
  2039.               encrypted: true,
  2040.               _events:
  2041.                { close:
  2042.                   [ [Function],
  2043.                     [Function: onClose],
  2044.                     [Function: socketCloseListener] ],
  2045.                  end: [ { [Function: g] listener: [Function: onend] } ],
  2046.                  finish: [Function: onSocketFinish],
  2047.                  _socketEnd: [Function: onSocketEnd],
  2048.                  secure: [Function],
  2049.                  free: [Function: onFree],
  2050.                  agentRemove: [Function: onRemove],
  2051.                  drain: [Function: ondrain],
  2052.                  error: [ [Function: socketErrorListener] ] },
  2053.               _eventsCount: 9,
  2054.               _connecting: false,
  2055.               _hadError: false,
  2056.               _handle: null,
  2057.               _parent: null,
  2058.               _host: 'beam.pro',
  2059.               _readableState:
  2060.                ReadableState {
  2061.                  objectMode: false,
  2062.                  highWaterMark: 16384,
  2063.                  buffer: [],
  2064.                  length: 0,
  2065.                  pipes: null,
  2066.                  pipesCount: 0,
  2067.                  flowing: true,
  2068.                  ended: false,
  2069.                  endEmitted: false,
  2070.                  reading: true,
  2071.                  sync: false,
  2072.                  needReadable: true,
  2073.                  emittedReadable: false,
  2074.                  readableListening: false,
  2075.                  defaultEncoding: 'utf8',
  2076.                  ranOut: false,
  2077.                  awaitDrain: 0,
  2078.                  readingMore: false,
  2079.                  decoder: null,
  2080.                  encoding: null,
  2081.                  resumeScheduled: false },
  2082.               readable: false,
  2083.               domain: null,
  2084.               _maxListeners: 0,
  2085.               _writableState:
  2086.                WritableState {
  2087.                  objectMode: false,
  2088.                  highWaterMark: 16384,
  2089.                  needDrain: false,
  2090.                  ending: true,
  2091.                  ended: true,
  2092.                  finished: true,
  2093.                  decodeStrings: false,
  2094.                  defaultEncoding: 'utf8',
  2095.                  length: 0,
  2096.                  writing: false,
  2097.                  corked: 0,
  2098.                  sync: false,
  2099.                  bufferProcessing: false,
  2100.                  onwrite: [Function],
  2101.                  writecb: null,
  2102.                  writelen: 0,
  2103.                  bufferedRequest: null,
  2104.                  lastBufferedRequest: null,
  2105.                  pendingcb: 0,
  2106.                  prefinished: true,
  2107.                  errorEmitted: false },
  2108.               writable: false,
  2109.               allowHalfOpen: false,
  2110.               destroyed: true,
  2111.               bytesRead: 456,
  2112.               _bytesDispatched: 795,
  2113.               _sockname: null,
  2114.               _pendingData: null,
  2115.               _pendingEncoding: '',
  2116.               ssl:
  2117.                TLSWrap {
  2118.                  _externalStream: {},
  2119.                  fd: -22,
  2120.                  _parent:
  2121.                   TCP {
  2122.                     _externalStream: {},
  2123.                     fd: -22,
  2124.                     reading: [Getter/Setter],
  2125.                     owner: [Circular],
  2126.                     onread: null,
  2127.                     onconnection: null,
  2128.                     writeQueueSize: 0,
  2129.                     _onclose: [Function] },
  2130.                  _parentWrap: undefined,
  2131.                  _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  2132.                  reading: true,
  2133.                  owner: [Circular],
  2134.                  onread: [Function: noop],
  2135.                  writeQueueSize: 1,
  2136.                  onhandshakestart: [Function],
  2137.                  onhandshakedone: [Function: bound ],
  2138.                  onocspresponse: [Function: bound onocspresponse],
  2139.                  onerror: [Function] },
  2140.               server: undefined,
  2141.               _requestCert: true,
  2142.               _rejectUnauthorized: true,
  2143.               parser: null,
  2144.               _httpMessage: [Circular],
  2145.               read: [Function],
  2146.               _consuming: true,
  2147.               _idleNext: null,
  2148.               _idlePrev: null,
  2149.               _idleTimeout: -1 },
  2150.            _header: 'PUT /api/v1/tetris/versions/1645 HTTP/1.1\r\nUser-Agent: BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)\r\nhost: beam.pro\r\ncookie: __cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo\r\ncontent-length: 0\r\nConnection: close\r\n\r\n',
  2151.            _headers:
  2152.             { 'user-agent': 'BeamClient/0.3.0 (JavaScript; Node.js v5.1.1)',
  2153.               host: 'beam.pro',
  2154.               cookie: '__cfduid=d0fb06d582594d7f6bc71836bee0189eb1458748144; sid=Fe26.2**333b465155d4115ec089dcc23df5f996d59c6f8968edc96b81413a60714ebbfd*uSchLvljV1QTsJs0Viyo4A*j8bd_RkryfGkCFZ05OvCTvM2shyThTBDhfwXNd2mHojyF1DwnS0skb5pvmasZZnkKJH0U6eh3cfxW72LiwBr8e4ugsF_yczA2POEIMKfbShhtcjj3BUAzsYk3Egy8uuuCKJd9X34J9aK7tZMrG2g35r8w1gvzAJXWCHZG6eRnsKmtDEJXqP3BDf5u2S0HLS_4rv1rqKK94rnJMeYnfi-QKjBowvNpz1eRa0qaKfj_LzsY6rogq3so5wDx9JLGxwBtwU61W_wM-Tsa_FkoRihCsedztu2lNDHvXGCHzUfYuwWXmg2TkYkIGgi0xUyeTdFQc1cGvU3LJf6FjGgTViT5C9UmHPlmUkEHXPmpiTBVOY**282540953965b352f0101e28ec239e85cfe6ba8db6e793b77308039acb562215*p4SG6ryo96G_h8fL2X02sUEqvsAZrGSCs_19eIWyCUo',
  2155.               'content-length': 0 },
  2156.            _headerNames:
  2157.             { 'user-agent': 'User-Agent',
  2158.               host: 'host',
  2159.               cookie: 'cookie',
  2160.               'content-length': 'content-length' },
  2161.            _onPendingData: null,
  2162.            agent:
  2163.             Agent {
  2164.               domain: null,
  2165.               _events: { free: [Function] },
  2166.               _eventsCount: 1,
  2167.               _maxListeners: undefined,
  2168.               defaultPort: 443,
  2169.               protocol: 'https:',
  2170.               options: { path: null },
  2171.               requests: {},
  2172.               sockets:
  2173.                { 'beam.pro:443:::::::':
  2174.                   [ TLSSocket {
  2175.                       _tlsOptions:
  2176.                        { pipe: null,
  2177.                          secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  2178.                          isServer: false,
  2179.                          requestCert: true,
  2180.                          rejectUnauthorized: true,
  2181.                          session: <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... >,
  2182.                          NPNProtocols: undefined,
  2183.                          ALPNProtocols: undefined,
  2184.                          requestOCSP: undefined },
  2185.                       _secureEstablished: true,
  2186.                       _securePending: false,
  2187.                       _newSessionPending: false,
  2188.                       _controlReleased: true,
  2189.                       _SNICallback: null,
  2190.                       servername: null,
  2191.                       npnProtocol: false,
  2192.                       alpnProtocol: false,
  2193.                       authorized: true,
  2194.                       authorizationError: null,
  2195.                       encrypted: true,
  2196.                       _events:
  2197.                        { close:
  2198.                           [ [Function],
  2199.                             [Function: onClose],
  2200.                             [Function: socketCloseListener] ],
  2201.                          end: [ { [Function: g] listener: [Function: onend] } ],
  2202.                          finish: [Function: onSocketFinish],
  2203.                          _socketEnd: [Function: onSocketEnd],
  2204.                          secure: [Function],
  2205.                          free: [Function: onFree],
  2206.                          agentRemove: [Function: onRemove],
  2207.                          drain: [Function: ondrain],
  2208.                          error: [ [Function: socketErrorListener] ] },
  2209.                       _eventsCount: 9,
  2210.                       _connecting: false,
  2211.                       _hadError: false,
  2212.                       _handle: null,
  2213.                       _parent: null,
  2214.                       _host: 'beam.pro',
  2215.                       _readableState:
  2216.                        ReadableState {
  2217.                          objectMode: false,
  2218.                          highWaterMark: 16384,
  2219.                          buffer: [],
  2220.                          length: 0,
  2221.                          pipes: null,
  2222.                          pipesCount: 0,
  2223.                          flowing: true,
  2224.                          ended: false,
  2225.                          endEmitted: false,
  2226.                          reading: true,
  2227.                          sync: false,
  2228.                          needReadable: true,
  2229.                          emittedReadable: false,
  2230.                          readableListening: false,
  2231.                          defaultEncoding: 'utf8',
  2232.                          ranOut: false,
  2233.                          awaitDrain: 0,
  2234.                          readingMore: false,
  2235.                          decoder: null,
  2236.                          encoding: null,
  2237.                          resumeScheduled: false },
  2238.                       readable: false,
  2239.                       domain: null,
  2240.                       _maxListeners: 0,
  2241.                       _writableState:
  2242.                        WritableState {
  2243.                          objectMode: false,
  2244.                          highWaterMark: 16384,
  2245.                          needDrain: false,
  2246.                          ending: true,
  2247.                          ended: true,
  2248.                          finished: true,
  2249.                          decodeStrings: false,
  2250.                          defaultEncoding: 'utf8',
  2251.                          length: 0,
  2252.                          writing: false,
  2253.                          corked: 0,
  2254.                          sync: false,
  2255.                          bufferProcessing: false,
  2256.                          onwrite: [Function],
  2257.                          writecb: null,
  2258.                          writelen: 0,
  2259.                          bufferedRequest: null,
  2260.                          lastBufferedRequest: null,
  2261.                          pendingcb: 0,
  2262.                          prefinished: true,
  2263.                          errorEmitted: false },
  2264.                       writable: false,
  2265.                       allowHalfOpen: false,
  2266.                       destroyed: true,
  2267.                       bytesRead: 456,
  2268.                       _bytesDispatched: 795,
  2269.                       _sockname: null,
  2270.                       _pendingData: null,
  2271.                       _pendingEncoding: '',
  2272.                       ssl:
  2273.                        TLSWrap {
  2274.                          _externalStream: {},
  2275.                          fd: -22,
  2276.                          _parent:
  2277.                           TCP {
  2278.                             _externalStream: {},
  2279.                             fd: -22,
  2280.                             reading: [Getter/Setter],
  2281.                             owner: [Circular],
  2282.                             onread: null,
  2283.                             onconnection: null,
  2284.                             writeQueueSize: 0,
  2285.                             _onclose: [Function] },
  2286.                          _parentWrap: undefined,
  2287.                          _secureContext: SecureContext { context: SecureContext {}, singleUse: true },
  2288.                          reading: true,
  2289.                          owner: [Circular],
  2290.                          onread: [Function: noop],
  2291.                          writeQueueSize: 1,
  2292.                          onhandshakestart: [Function],
  2293.                          onhandshakedone: [Function: bound ],
  2294.                          onocspresponse: [Function: bound onocspresponse],
  2295.                          onerror: [Function] },
  2296.                       server: undefined,
  2297.                       _requestCert: true,
  2298.                       _rejectUnauthorized: true,
  2299.                       parser: null,
  2300.                       _httpMessage: [Circular],
  2301.                       read: [Function],
  2302.                       _consuming: true,
  2303.                       _idleNext: null,
  2304.                       _idlePrev: null,
  2305.                       _idleTimeout: -1 } ] },
  2306.               freeSockets: {},
  2307.               keepAliveMsecs: 1000,
  2308.               keepAlive: false,
  2309.               maxSockets: Infinity,
  2310.               maxFreeSockets: 256,
  2311.               maxCachedSessions: 100,
  2312.               _sessionCache:
  2313.                { map: { 'beam.pro:443:::::::': <Buffer 30 82 09 ac 02 01 01 02 02 03 03 04 02 c0 2f 04 20 ba b6 a9 ec ce 83 3e 71 62 1f 4f 97 4d d6 f3 86 68 e1 d5 ed 86 af a5 1c cc 85 fd a6 a5 ab fd 7b 04 ... > },
  2314.                  list: [ 'beam.pro:443:::::::' ] } },
  2315.            socketPath: undefined,
  2316.            method: 'PUT',
  2317.            path: '/api/v1/tetris/versions/1645',
  2318.            parser: null,
  2319.            res: [Circular] },
  2320.         ntick: true,
  2321.         response: [Circular],
  2322.         originalHost: 'beam.pro',
  2323.         originalHostHeaderName: 'host',
  2324.         responseContent: [Circular],
  2325.         _destdata: true,
  2326.         _ended: true,
  2327.         _callbackCalled: true },
  2328.      toJSON: [Function: responseToJSON],
  2329.      caseless:
  2330.       Caseless {
  2331.         dict:
  2332.          { server: 'cloudflare-nginx',
  2333.            date: 'Wed, 23 Mar 2016 15:49:06 GMT',
  2334.            'content-type': 'application/json; charset=utf-8',
  2335.            'transfer-encoding': 'chunked',
  2336.            connection: 'close',
  2337.            vary: 'origin,accept-encoding',
  2338.            'cache-control': 'no-cache, private',
  2339.            'strict-transport-security': 'max-age=31536000',
  2340.            'cf-ray': '2883080d734934e2-LHR' } },
  2341.      read: [Function],
  2342.      body:
  2343.       { statusCode: 500,
  2344.         error: 'Internal Server Error',
  2345.         message: 'An internal server error occurred' } },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement