RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.29k stars 10.45k forks source link

file upload is not working after upgrade #8846

Closed dezzzus closed 6 years ago

dezzzus commented 6 years ago

Hi Rocket Chat Devs Nice to meet you! I have one problem now I used 36.0 in past. so I upgrade meteor version to 1.5.2 by using 59.3 version's code but the file uploading is not working I check request parameter of WebApp.connectHandlers.use in the latest version, the filedata of request is store in ReadableState.buffer but in the old version, it is stored in body

how can I fix it?

dezzzus commented 6 years ago

WebApp.connectHandlers.stack.unshift({ route: '', handle: Meteor.bindEnvironment(function(req, res, next) { console.log (req.url); console.log (req);

.....

I put such this debug code.

dezzzus commented 6 years ago

This is latest version's correct input's debug

I20171113-08:36:13.694(2)? /ufs/GridFS:Uploads/uRebMTBmsjnaJAANP?token=a8681beB3b&progress=1 I20171113-08:36:13.717(2)? IncomingMessage { I20171113-08:36:13.722(2)? _readableState: I20171113-08:36:13.723(2)? ReadableState { I20171113-08:36:13.724(2)? objectMode: false, I20171113-08:36:13.725(2)? highWaterMark: 16384, I20171113-08:36:13.726(2)? # buffer: [ <Buffer ff d8 ff e0 00 10 4a 46 49 46 00 01 01 01 00 01 00 01 00 00 ff db 00 43 00 05 03 04 04 04 03 05 04 04 04 05 05 05 06 07 0c 08 07 07 07 07 0f 0b 0b 09 ... > ], I20171113-08:36:13.727(2)? length: 8230, I20171113-08:36:13.728(2)? pipes: null, I20171113-08:36:13.730(2)? pipesCount: 0, I20171113-08:36:13.732(2)? flowing: null, I20171113-08:36:13.733(2)? ended: true, I20171113-08:36:13.734(2)? endEmitted: false, I20171113-08:36:13.735(2)? reading: false, I20171113-08:36:13.736(2)? sync: true, I20171113-08:36:13.736(2)? needReadable: false, I20171113-08:36:13.737(2)? emittedReadable: true, I20171113-08:36:13.740(2)? readableListening: false, I20171113-08:36:13.741(2)? resumeScheduled: false, I20171113-08:36:13.742(2)? defaultEncoding: 'utf8', I20171113-08:36:13.742(2)? ranOut: false, I20171113-08:36:13.743(2)? awaitDrain: 0, I20171113-08:36:13.743(2)? readingMore: true, I20171113-08:36:13.744(2)? decoder: null, I20171113-08:36:13.744(2)? encoding: null }, I20171113-08:36:13.744(2)? readable: true, I20171113-08:36:13.746(2)? domain: null, I20171113-08:36:13.747(2)? _events: {}, I20171113-08:36:13.748(2)? _eventsCount: 0, I20171113-08:36:13.749(2)? _maxListeners: undefined, I20171113-08:36:13.750(2)? socket: I20171113-08:36:13.751(2)? Socket { I20171113-08:36:13.751(2)? _connecting: false, I20171113-08:36:13.752(2)? _hadError: false, I20171113-08:36:13.752(2)? _handle: I20171113-08:36:13.753(2)? TCP { I20171113-08:36:13.754(2)? bytesRead: 9429, I20171113-08:36:13.754(2)? _externalStream: {}, I20171113-08:36:13.755(2)? fd: 16, I20171113-08:36:13.756(2)? reading: true, I20171113-08:36:13.756(2)? owner: [Circular], I20171113-08:36:13.757(2)? onread: [Function: onread], I20171113-08:36:13.757(2)? onconnection: null, I20171113-08:36:13.759(2)? writeQueueSize: 0, I20171113-08:36:13.759(2)? _consumed: true }, I20171113-08:36:13.760(2)? _parent: null, I20171113-08:36:13.761(2)? _host: null, I20171113-08:36:13.763(2)? _readableState: I20171113-08:36:13.764(2)? ReadableState { I20171113-08:36:13.765(2)? objectMode: false, I20171113-08:36:13.766(2)? highWaterMark: 16384, I20171113-08:36:13.767(2)? buffer: [], I20171113-08:36:13.768(2)? length: 0, I20171113-08:36:13.769(2)? pipes: null, I20171113-08:36:13.769(2)? pipesCount: 0, I20171113-08:36:13.770(2)? flowing: true, I20171113-08:36:13.771(2)? ended: false, I20171113-08:36:13.771(2)? endEmitted: false, I20171113-08:36:13.772(2)? reading: true, I20171113-08:36:13.772(2)? sync: false, I20171113-08:36:13.773(2)? needReadable: true, I20171113-08:36:13.774(2)? emittedReadable: false, I20171113-08:36:13.775(2)? readableListening: false, I20171113-08:36:13.775(2)? resumeScheduled: false, I20171113-08:36:13.776(2)? defaultEncoding: 'utf8', I20171113-08:36:13.776(2)? ranOut: false, I20171113-08:36:13.777(2)? awaitDrain: 0, I20171113-08:36:13.778(2)? readingMore: false, I20171113-08:36:13.778(2)? decoder: null, I20171113-08:36:13.779(2)? encoding: null }, I20171113-08:36:13.780(2)? readable: true, I20171113-08:36:13.780(2)? domain: null, I20171113-08:36:13.781(2)? _events: I20171113-08:36:13.782(2)? { end: [Object], I20171113-08:36:13.783(2)? finish: [Function: onSocketFinish], I20171113-08:36:13.783(2)? _socketEnd: [Function: onSocketEnd], I20171113-08:36:13.784(2)? drain: [Object], I20171113-08:36:13.784(2)? timeout: [Function], I20171113-08:36:13.785(2)? error: [Function: socketOnError], I20171113-08:36:13.786(2)? close: [Object], I20171113-08:36:13.786(2)? data: [Function: socketOnData], I20171113-08:36:13.787(2)? resume: [Function: onSocketResume], I20171113-08:36:13.787(2)? pause: [Function: onSocketPause] }, I20171113-08:36:13.788(2)? _eventsCount: 10, I20171113-08:36:13.788(2)? _maxListeners: undefined, I20171113-08:36:13.789(2)? _writableState: I20171113-08:36:13.790(2)? WritableState { I20171113-08:36:13.790(2)? objectMode: false, I20171113-08:36:13.791(2)? highWaterMark: 16384, I20171113-08:36:13.792(2)? needDrain: false, I20171113-08:36:13.793(2)? ending: false, I20171113-08:36:13.794(2)? ended: false, I20171113-08:36:13.795(2)? finished: false, I20171113-08:36:13.796(2)? decodeStrings: false, I20171113-08:36:13.797(2)? defaultEncoding: 'utf8', I20171113-08:36:13.798(2)? length: 0, I20171113-08:36:13.798(2)? writing: false, I20171113-08:36:13.799(2)? corked: 0, I20171113-08:36:13.800(2)? sync: true, I20171113-08:36:13.801(2)? bufferProcessing: false, I20171113-08:36:13.802(2)? onwrite: [Function], I20171113-08:36:13.802(2)? writecb: null, I20171113-08:36:13.803(2)? writelen: 0, I20171113-08:36:13.804(2)? bufferedRequest: null, I20171113-08:36:13.805(2)? lastBufferedRequest: null, I20171113-08:36:13.806(2)? pendingcb: 0, I20171113-08:36:13.806(2)? prefinished: false, I20171113-08:36:13.807(2)? errorEmitted: false, I20171113-08:36:13.807(2)? bufferedRequestCount: 0, I20171113-08:36:13.808(2)? corkedRequestsFree: [Object] }, I20171113-08:36:13.809(2)? writable: true, I20171113-08:36:13.810(2)? allowHalfOpen: true, I20171113-08:36:13.811(2)? destroyed: false, I20171113-08:36:13.811(2)? _bytesDispatched: 0, I20171113-08:36:13.812(2)? _sockname: null, I20171113-08:36:13.813(2)? _pendingData: null, I20171113-08:36:13.813(2)? _pendingEncoding: '', I20171113-08:36:13.814(2)? server: I20171113-08:36:13.815(2)? Server { I20171113-08:36:13.816(2)? domain: null, I20171113-08:36:13.817(2)? _events: [Object], I20171113-08:36:13.817(2)? _eventsCount: 4, I20171113-08:36:13.818(2)? _maxListeners: undefined, I20171113-08:36:13.818(2)? _connections: 2, I20171113-08:36:13.818(2)? _handle: [Object], I20171113-08:36:13.819(2)? _usingSlaves: false, I20171113-08:36:13.819(2)? _slaves: [], I20171113-08:36:13.819(2)? _unref: false, I20171113-08:36:13.820(2)? allowHalfOpen: true, I20171113-08:36:13.820(2)? pauseOnConnect: false, I20171113-08:36:13.821(2)? httpAllowHalfOpen: false, I20171113-08:36:13.822(2)? timeout: 5000, I20171113-08:36:13.822(2)? _pendingResponseData: 0, I20171113-08:36:13.823(2)? _connectionKey: '4:0.0.0.0:24324' }, I20171113-08:36:13.823(2)? _server: I20171113-08:36:13.824(2)? Server { I20171113-08:36:13.825(2)? domain: null, I20171113-08:36:13.825(2)? _events: [Object], I20171113-08:36:13.826(2)? _eventsCount: 4, I20171113-08:36:13.827(2)? _maxListeners: undefined, I20171113-08:36:13.827(2)? _connections: 2, I20171113-08:36:13.828(2)? _handle: [Object], I20171113-08:36:13.829(2)? _usingSlaves: false, I20171113-08:36:13.830(2)? _slaves: [], I20171113-08:36:13.831(2)? _unref: false, I20171113-08:36:13.831(2)? allowHalfOpen: true, I20171113-08:36:13.832(2)? pauseOnConnect: false, I20171113-08:36:13.833(2)? httpAllowHalfOpen: false, I20171113-08:36:13.833(2)? timeout: 5000, I20171113-08:36:13.834(2)? _pendingResponseData: 0, I20171113-08:36:13.835(2)? _connectionKey: '4:0.0.0.0:24324' }, I20171113-08:36:13.836(2)? _idleTimeout: 120000, I20171113-08:36:13.836(2)? _idleNext: I20171113-08:36:13.837(2)? Socket { I20171113-08:36:13.838(2)? _connecting: false, I20171113-08:36:13.839(2)? _hadError: false, I20171113-08:36:13.839(2)? _handle: [Object], I20171113-08:36:13.840(2)? _parent: null, I20171113-08:36:13.841(2)? _host: null, I20171113-08:36:13.841(2)? _readableState: [Object], I20171113-08:36:13.842(2)? readable: true, I20171113-08:36:13.843(2)? domain: null, I20171113-08:36:13.844(2)? _events: [Object], I20171113-08:36:13.845(2)? _eventsCount: 8, I20171113-08:36:13.846(2)? _maxListeners: undefined, I20171113-08:36:13.847(2)? _writableState: [Object], I20171113-08:36:13.848(2)? writable: true, I20171113-08:36:13.848(2)? allowHalfOpen: false, I20171113-08:36:13.850(2)? destroyed: false, I20171113-08:36:13.850(2)? _bytesDispatched: 65786, I20171113-08:36:13.851(2)? _sockname: null, I20171113-08:36:13.851(2)? _pendingData: null, I20171113-08:36:13.851(2)? _pendingEncoding: '', I20171113-08:36:13.852(2)? server: null, I20171113-08:36:13.853(2)? _server: null, I20171113-08:36:13.853(2)? _idleTimeout: 360000, I20171113-08:36:13.854(2)? _idleNext: [Object], I20171113-08:36:13.854(2)? _idlePrev: [Circular], I20171113-08:36:13.855(2)? _idleStart: 44254, I20171113-08:36:13.855(2)? read: [Function], I20171113-08:36:13.856(2)? _consuming: true }, I20171113-08:36:13.856(2)? _idlePrev: { _idleNext: [Circular], _idlePrev: [Object] }, I20171113-08:36:13.857(2)? _idleStart: 44260, I20171113-08:36:13.858(2)? parser: I20171113-08:36:13.858(2)? HTTPParser { I20171113-08:36:13.859(2)? '0': [Function: parserOnHeaders], I20171113-08:36:13.861(2)? '1': [Function: parserOnHeadersComplete], I20171113-08:36:13.862(2)? '2': [Function: parserOnBody], I20171113-08:36:13.862(2)? '3': [Function: parserOnMessageComplete], I20171113-08:36:13.863(2)? '4': [Function: onParserExecute], I20171113-08:36:13.864(2)? _headers: [], I20171113-08:36:13.866(2)? _url: '', I20171113-08:36:13.867(2)? _consumed: true, I20171113-08:36:13.867(2)? socket: [Circular], I20171113-08:36:13.868(2)? incoming: [Circular], I20171113-08:36:13.868(2)? outgoing: null, I20171113-08:36:13.869(2)? maxHeaderPairs: 2000, I20171113-08:36:13.870(2)? onIncoming: [Function: parserOnIncoming] }, I20171113-08:36:13.871(2)? on: [Function: socketOnWrap], I20171113-08:36:13.872(2)? _paused: false, I20171113-08:36:13.873(2)? read: [Function], I20171113-08:36:13.874(2)? _consuming: true, I20171113-08:36:13.875(2)? _httpMessage: I20171113-08:36:13.876(2)? ServerResponse { I20171113-08:36:13.876(2)? domain: null, I20171113-08:36:13.878(2)? _events: [Object], I20171113-08:36:13.879(2)? _eventsCount: 1, I20171113-08:36:13.880(2)? _maxListeners: undefined, I20171113-08:36:13.881(2)? output: [], I20171113-08:36:13.882(2)? outputEncodings: [], I20171113-08:36:13.882(2)? outputCallbacks: [], I20171113-08:36:13.883(2)? outputSize: 0, I20171113-08:36:13.883(2)? writable: true, I20171113-08:36:13.883(2)? _last: false, I20171113-08:36:13.884(2)? upgrading: false, I20171113-08:36:13.884(2)? chunkedEncoding: false, I20171113-08:36:13.885(2)? shouldKeepAlive: true, I20171113-08:36:13.885(2)? useChunkedEncodingByDefault: true, I20171113-08:36:13.885(2)? sendDate: true, I20171113-08:36:13.886(2)? _removedHeader: {}, I20171113-08:36:13.886(2)? _contentLength: null, I20171113-08:36:13.886(2)? _hasBody: true, I20171113-08:36:13.887(2)? _trailer: '', I20171113-08:36:13.887(2)? finished: false, I20171113-08:36:13.887(2)? _headerSent: false, I20171113-08:36:13.888(2)? socket: [Circular], I20171113-08:36:13.888(2)? connection: [Circular], I20171113-08:36:13.889(2)? _header: null, I20171113-08:36:13.890(2)? _headers: [Object], I20171113-08:36:13.891(2)? _headerNames: [Object], I20171113-08:36:13.900(2)? _onPendingData: [Function: updateOutgoingData], I20171113-08:36:13.901(2)? setHeader: [Function], I20171113-08:36:13.902(2)? flush: [Function: flush], I20171113-08:36:13.903(2)? write: [Function], I20171113-08:36:13.904(2)? end: [Function], I20171113-08:36:13.905(2)? on: [Function], I20171113-08:36:13.905(2)? writeHead: [Function: writeHead] } }, I20171113-08:36:13.906(2)? connection: I20171113-08:36:13.907(2)? Socket { I20171113-08:36:13.907(2)? _connecting: false, I20171113-08:36:13.908(2)? _hadError: false, I20171113-08:36:13.908(2)? _handle: I20171113-08:36:13.909(2)? TCP { I20171113-08:36:13.909(2)? bytesRead: 9429, I20171113-08:36:13.910(2)? _externalStream: {}, I20171113-08:36:13.910(2)? fd: 16, I20171113-08:36:13.911(2)? reading: true, I20171113-08:36:13.911(2)? owner: [Circular], I20171113-08:36:13.912(2)? onread: [Function: onread], I20171113-08:36:13.912(2)? onconnection: null, I20171113-08:36:13.913(2)? writeQueueSize: 0, I20171113-08:36:13.914(2)? _consumed: true }, I20171113-08:36:13.914(2)? _parent: null, I20171113-08:36:13.915(2)? _host: null, I20171113-08:36:13.916(2)? _readableState: I20171113-08:36:13.917(2)? ReadableState { I20171113-08:36:13.918(2)? objectMode: false, I20171113-08:36:13.919(2)? highWaterMark: 16384, I20171113-08:36:13.919(2)? buffer: [], I20171113-08:36:13.920(2)? length: 0, I20171113-08:36:13.921(2)? pipes: null, I20171113-08:36:13.922(2)? pipesCount: 0, I20171113-08:36:13.923(2)? flowing: true, I20171113-08:36:13.923(2)? ended: false, I20171113-08:36:13.924(2)? endEmitted: false, I20171113-08:36:13.925(2)? reading: true, I20171113-08:36:13.925(2)? sync: false, I20171113-08:36:13.926(2)? needReadable: true, I20171113-08:36:13.927(2)? emittedReadable: false, I20171113-08:36:13.928(2)? readableListening: false, I20171113-08:36:13.929(2)? resumeScheduled: false, I20171113-08:36:13.929(2)? defaultEncoding: 'utf8', I20171113-08:36:13.930(2)? ranOut: false, I20171113-08:36:13.930(2)? awaitDrain: 0, I20171113-08:36:13.931(2)? readingMore: false, I20171113-08:36:13.932(2)? decoder: null, I20171113-08:36:13.933(2)? encoding: null }, I20171113-08:36:13.933(2)? readable: true, I20171113-08:36:13.934(2)? domain: null, I20171113-08:36:13.935(2)? _events: I20171113-08:36:13.936(2)? { end: [Object], I20171113-08:36:13.937(2)? finish: [Function: onSocketFinish], I20171113-08:36:13.938(2)? _socketEnd: [Function: onSocketEnd], I20171113-08:36:13.938(2)? drain: [Object], I20171113-08:36:13.939(2)? timeout: [Function], I20171113-08:36:13.940(2)? error: [Function: socketOnError], I20171113-08:36:13.941(2)? close: [Object], I20171113-08:36:13.941(2)? data: [Function: socketOnData], I20171113-08:36:13.942(2)? resume: [Function: onSocketResume], I20171113-08:36:13.943(2)? pause: [Function: onSocketPause] }, I20171113-08:36:13.944(2)? _eventsCount: 10, I20171113-08:36:13.945(2)? _maxListeners: undefined, I20171113-08:36:13.946(2)? _writableState: I20171113-08:36:13.946(2)? WritableState { I20171113-08:36:13.947(2)? objectMode: false, I20171113-08:36:13.948(2)? highWaterMark: 16384, I20171113-08:36:13.949(2)? needDrain: false, I20171113-08:36:13.950(2)? ending: false, I20171113-08:36:13.950(2)? ended: false, I20171113-08:36:13.951(2)? finished: false, I20171113-08:36:13.952(2)? decodeStrings: false, I20171113-08:36:13.953(2)? defaultEncoding: 'utf8', I20171113-08:36:13.953(2)? length: 0, I20171113-08:36:13.954(2)? writing: false, I20171113-08:36:13.955(2)? corked: 0, I20171113-08:36:13.955(2)? sync: true, I20171113-08:36:13.956(2)? bufferProcessing: false, I20171113-08:36:13.957(2)? onwrite: [Function], I20171113-08:36:13.958(2)? writecb: null, I20171113-08:36:13.959(2)? writelen: 0, I20171113-08:36:13.959(2)? bufferedRequest: null, I20171113-08:36:13.960(2)? lastBufferedRequest: null, I20171113-08:36:13.961(2)? pendingcb: 0, I20171113-08:36:13.962(2)? prefinished: false, I20171113-08:36:13.963(2)? errorEmitted: false, I20171113-08:36:13.964(2)? bufferedRequestCount: 0, I20171113-08:36:13.964(2)? corkedRequestsFree: [Object] }, I20171113-08:36:13.965(2)? writable: true, I20171113-08:36:13.965(2)? allowHalfOpen: true, I20171113-08:36:13.966(2)? destroyed: false, I20171113-08:36:13.967(2)? _bytesDispatched: 0, I20171113-08:36:13.967(2)? _sockname: null, I20171113-08:36:13.968(2)? _pendingData: null, I20171113-08:36:13.969(2)? _pendingEncoding: '', I20171113-08:36:13.970(2)? server: I20171113-08:36:13.970(2)? Server { I20171113-08:36:13.971(2)? domain: null, I20171113-08:36:13.972(2)? _events: [Object], I20171113-08:36:13.972(2)? _eventsCount: 4, I20171113-08:36:13.972(2)? _maxListeners: undefined, I20171113-08:36:13.973(2)? _connections: 2, I20171113-08:36:13.973(2)? _handle: [Object], I20171113-08:36:13.974(2)? _usingSlaves: false, I20171113-08:36:13.975(2)? _slaves: [], I20171113-08:36:13.976(2)? _unref: false, I20171113-08:36:13.976(2)? allowHalfOpen: true, I20171113-08:36:13.977(2)? pauseOnConnect: false, I20171113-08:36:13.978(2)? httpAllowHalfOpen: false, I20171113-08:36:13.978(2)? timeout: 5000, I20171113-08:36:13.979(2)? _pendingResponseData: 0, I20171113-08:36:13.980(2)? _connectionKey: '4:0.0.0.0:24324' }, I20171113-08:36:13.980(2)? _server: I20171113-08:36:13.981(2)? Server { I20171113-08:36:13.981(2)? domain: null, I20171113-08:36:13.982(2)? _events: [Object], I20171113-08:36:13.982(2)? _eventsCount: 4, I20171113-08:36:13.983(2)? _maxListeners: undefined, I20171113-08:36:13.984(2)? _connections: 2, I20171113-08:36:13.984(2)? _handle: [Object], I20171113-08:36:13.985(2)? _usingSlaves: false, I20171113-08:36:13.986(2)? _slaves: [], I20171113-08:36:13.986(2)? _unref: false, I20171113-08:36:13.987(2)? allowHalfOpen: true, I20171113-08:36:13.988(2)? pauseOnConnect: false, I20171113-08:36:13.989(2)? httpAllowHalfOpen: false, I20171113-08:36:13.990(2)? timeout: 5000, I20171113-08:36:13.991(2)? _pendingResponseData: 0, I20171113-08:36:13.992(2)? _connectionKey: '4:0.0.0.0:24324' }, I20171113-08:36:13.992(2)? _idleTimeout: 120000, I20171113-08:36:13.993(2)? _idleNext: I20171113-08:36:13.993(2)? Socket { I20171113-08:36:13.994(2)? _connecting: false, I20171113-08:36:13.995(2)? _hadError: false, I20171113-08:36:13.995(2)? _handle: [Object], I20171113-08:36:13.996(2)? _parent: null, I20171113-08:36:13.997(2)? _host: null, I20171113-08:36:13.998(2)? _readableState: [Object], I20171113-08:36:13.998(2)? readable: true, I20171113-08:36:13.999(2)? domain: null, I20171113-08:36:13.999(2)? _events: [Object], I20171113-08:36:14.000(2)? _eventsCount: 8, I20171113-08:36:14.001(2)? _maxListeners: undefined, I20171113-08:36:14.001(2)? _writableState: [Object], I20171113-08:36:14.002(2)? writable: true, I20171113-08:36:14.003(2)? allowHalfOpen: false, I20171113-08:36:14.003(2)? destroyed: false, I20171113-08:36:14.004(2)? _bytesDispatched: 65786, I20171113-08:36:14.004(2)? _sockname: null, I20171113-08:36:14.005(2)? _pendingData: null, I20171113-08:36:14.006(2)? _pendingEncoding: '', I20171113-08:36:14.006(2)? server: null, I20171113-08:36:14.007(2)? _server: null, I20171113-08:36:14.008(2)? _idleTimeout: 360000, I20171113-08:36:14.009(2)? _idleNext: [Object], I20171113-08:36:14.010(2)? _idlePrev: [Circular], I20171113-08:36:14.010(2)? _idleStart: 44254, I20171113-08:36:14.011(2)? read: [Function], I20171113-08:36:14.012(2)? _consuming: true }, I20171113-08:36:14.013(2)? _idlePrev: { _idleNext: [Circular], _idlePrev: [Object] }, I20171113-08:36:14.013(2)? _idleStart: 44260, I20171113-08:36:14.014(2)? parser: I20171113-08:36:14.015(2)? HTTPParser { I20171113-08:36:14.015(2)? '0': [Function: parserOnHeaders], I20171113-08:36:14.016(2)? '1': [Function: parserOnHeadersComplete], I20171113-08:36:14.016(2)? '2': [Function: parserOnBody], I20171113-08:36:14.017(2)? '3': [Function: parserOnMessageComplete], I20171113-08:36:14.018(2)? '4': [Function: onParserExecute], I20171113-08:36:14.018(2)? _headers: [], I20171113-08:36:14.019(2)? _url: '', I20171113-08:36:14.019(2)? _consumed: true, I20171113-08:36:14.020(2)? socket: [Circular], I20171113-08:36:14.020(2)? incoming: [Circular], I20171113-08:36:14.021(2)? outgoing: null, I20171113-08:36:14.022(2)? maxHeaderPairs: 2000, I20171113-08:36:14.022(2)? onIncoming: [Function: parserOnIncoming] }, I20171113-08:36:14.023(2)? on: [Function: socketOnWrap], I20171113-08:36:14.024(2)? _paused: false, I20171113-08:36:14.025(2)? read: [Function], I20171113-08:36:14.025(2)? _consuming: true, I20171113-08:36:14.026(2)? _httpMessage: I20171113-08:36:14.027(2)? ServerResponse { I20171113-08:36:14.028(2)? domain: null, I20171113-08:36:14.028(2)? _events: [Object], I20171113-08:36:14.029(2)? _eventsCount: 1, I20171113-08:36:14.030(2)? _maxListeners: undefined, I20171113-08:36:14.031(2)? output: [], I20171113-08:36:14.032(2)? outputEncodings: [], I20171113-08:36:14.032(2)? outputCallbacks: [], I20171113-08:36:14.033(2)? outputSize: 0, I20171113-08:36:14.033(2)? writable: true, I20171113-08:36:14.034(2)? _last: false, I20171113-08:36:14.035(2)? upgrading: false, I20171113-08:36:14.035(2)? chunkedEncoding: false, I20171113-08:36:14.036(2)? shouldKeepAlive: true, I20171113-08:36:14.036(2)? useChunkedEncodingByDefault: true, I20171113-08:36:14.037(2)? sendDate: true, I20171113-08:36:14.038(2)? _removedHeader: {}, I20171113-08:36:14.038(2)? _contentLength: null, I20171113-08:36:14.039(2)? _hasBody: true, I20171113-08:36:14.050(2)? _trailer: '', I20171113-08:36:14.051(2)? finished: false, I20171113-08:36:14.052(2)? _headerSent: false, I20171113-08:36:14.052(2)? socket: [Circular], I20171113-08:36:14.053(2)? connection: [Circular], I20171113-08:36:14.053(2)? _header: null, I20171113-08:36:14.054(2)? _headers: [Object], I20171113-08:36:14.055(2)? _headerNames: [Object], I20171113-08:36:14.055(2)? _onPendingData: [Function: updateOutgoingData], I20171113-08:36:14.056(2)? setHeader: [Function], I20171113-08:36:14.056(2)? flush: [Function: flush], I20171113-08:36:14.057(2)? write: [Function], I20171113-08:36:14.058(2)? end: [Function], I20171113-08:36:14.058(2)? on: [Function], I20171113-08:36:14.059(2)? writeHead: [Function: writeHead] } }, I20171113-08:36:14.060(2)? httpVersionMajor: 1, I20171113-08:36:14.061(2)? httpVersionMinor: 1, I20171113-08:36:14.062(2)? httpVersion: '1.1', I20171113-08:36:14.063(2)? complete: true, I20171113-08:36:14.063(2)? headers: I20171113-08:36:14.064(2)? { 'x-forwarded-proto': 'http', I20171113-08:36:14.065(2)? 'x-forwarded-port': '5000', I20171113-08:36:14.066(2)? 'x-forwarded-for': '127.0.0.1', I20171113-08:36:14.067(2)? cookie: 'pnctest=1; intercom-id-mvhxczjp=0a7c4077-00b2-49bb-916e-61b23f640e49; kadira-dev-login-state=%7B%22timestamp%22%3A1502951739718%2C%22userId%22%3A%22yjS2Pfqjoh4vepfEm%22%2C%22url%22%3A%22http%3A%2F%2Flocalhost%3A4000%22%2C%22custom%22%3A%7B%22loginToken%22%3A%22GXTn23BQYXMphxdVwisJIgVyn71ls2h6MvlPaIHDoPG%22%7D%7D; mp_a7f50f3640005ed4d781ee80680f4ea0_mixpanel=%7B%22distinct_id%22%3A%20%2215c7d0b2735d65-0757c03c941037-152b120c-1fa400-15c7d0b27361b0%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D; _ga=GA1.1.869065188.1489592964; rc_uid=Shced8yBBepMxpwqq; rc_token=MAokN5VWdDFGflStUfqJh9_H51gGeUU0MNPH59aurLp', I20171113-08:36:14.068(2)? 'accept-language': 'en-US,en;q=0.8,ko;q=0.6', I20171113-08:36:14.068(2)? 'accept-encoding': 'gzip, deflate, br', I20171113-08:36:14.069(2)? referer: 'http://localhost:5000/channel/general', I20171113-08:36:14.069(2)? accept: '/', I20171113-08:36:14.070(2)? origin: 'http://localhost:5000', I20171113-08:36:14.070(2)? 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36', I20171113-08:36:14.070(2)? 'content-length': '8230', I20171113-08:36:14.071(2)? connection: 'keep-alive', I20171113-08:36:14.071(2)? host: 'localhost:5000' }, I20171113-08:36:14.071(2)? rawHeaders: I20171113-08:36:14.072(2)? [ 'x-forwarded-proto', I20171113-08:36:14.072(2)? 'http', I20171113-08:36:14.073(2)? 'x-forwarded-port', I20171113-08:36:14.074(2)? '5000', I20171113-08:36:14.075(2)? 'x-forwarded-for', I20171113-08:36:14.076(2)? '127.0.0.1', I20171113-08:36:14.078(2)? 'cookie', I20171113-08:36:14.078(2)? 'pnctest=1; intercom-id-mvhxczjp=0a7c4077-00b2-49bb-916e-61b23f640e49; kadira-dev-login-state=%7B%22timestamp%22%3A1502951739718%2C%22userId%22%3A%22yjS2Pfqjoh4vepfEm%22%2C%22url%22%3A%22http%3A%2F%2Flocalhost%3A4000%22%2C%22custom%22%3A%7B%22loginToken%22%3A%22GXTn23BQYXMphxdVwisJIgVyn71ls2h6MvlPaIHDoPG%22%7D%7D; mp_a7f50f3640005ed4d781ee80680f4ea0_mixpanel=%7B%22distinct_id%22%3A%20%2215c7d0b2735d65-0757c03c941037-152b120c-1fa400-15c7d0b27361b0%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D; _ga=GA1.1.869065188.1489592964; rc_uid=Shced8yBBepMxpwqq; rc_token=MAokN5VWdDFGflStUfqJh9_H51gGeUU0MNPH59aurLp', I20171113-08:36:14.079(2)? 'accept-language', I20171113-08:36:14.080(2)? 'en-US,en;q=0.8,ko;q=0.6', I20171113-08:36:14.080(2)? 'accept-encoding', I20171113-08:36:14.081(2)? 'gzip, deflate, br', I20171113-08:36:14.082(2)? 'referer', I20171113-08:36:14.082(2)? 'http://localhost:5000/channel/general', I20171113-08:36:14.083(2)? 'accept', I20171113-08:36:14.084(2)? '/', I20171113-08:36:14.085(2)? 'origin', I20171113-08:36:14.085(2)? 'http://localhost:5000', I20171113-08:36:14.086(2)? 'user-agent', I20171113-08:36:14.087(2)? 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36', I20171113-08:36:14.088(2)? 'content-length', I20171113-08:36:14.089(2)? '8230', I20171113-08:36:14.090(2)? 'connection', I20171113-08:36:14.090(2)? 'keep-alive', I20171113-08:36:14.090(2)? 'host', I20171113-08:36:14.091(2)? 'localhost:5000' ], I20171113-08:36:14.092(2)? trailers: {}, I20171113-08:36:14.092(2)? rawTrailers: [], I20171113-08:36:14.093(2)? upgrade: false, I20171113-08:36:14.093(2)? url: '/ufs/GridFS:Uploads/uRebMTBmsjnaJAANP?token=a8681beB3b&progress=1', I20171113-08:36:14.094(2)? method: 'POST', I20171113-08:36:14.095(2)? statusCode: null, I20171113-08:36:14.095(2)? statusMessage: null, I20171113-08:36:14.096(2)? client: I20171113-08:36:14.096(2)? Socket { I20171113-08:36:14.097(2)? _connecting: false, I20171113-08:36:14.097(2)? _hadError: false, I20171113-08:36:14.098(2)? _handle: I20171113-08:36:14.099(2)? TCP { I20171113-08:36:14.099(2)? bytesRead: 9429, I20171113-08:36:14.100(2)? _externalStream: {}, I20171113-08:36:14.100(2)? fd: 16, I20171113-08:36:14.101(2)? reading: true, I20171113-08:36:14.102(2)? owner: [Circular], I20171113-08:36:14.102(2)? onread: [Function: onread], I20171113-08:36:14.103(2)? onconnection: null, I20171113-08:36:14.104(2)? writeQueueSize: 0, I20171113-08:36:14.104(2)? _consumed: true }, I20171113-08:36:14.105(2)? _parent: null, I20171113-08:36:14.106(2)? _host: null, I20171113-08:36:14.107(2)? _readableState: I20171113-08:36:14.108(2)? ReadableState { I20171113-08:36:14.109(2)? objectMode: false, I20171113-08:36:14.109(2)? highWaterMark: 16384, I20171113-08:36:14.110(2)? buffer: [], I20171113-08:36:14.111(2)? length: 0, I20171113-08:36:14.112(2)? pipes: null, I20171113-08:36:14.112(2)? pipesCount: 0, I20171113-08:36:14.113(2)? flowing: true, I20171113-08:36:14.114(2)? ended: false, I20171113-08:36:14.114(2)? endEmitted: false, I20171113-08:36:14.115(2)? reading: true, I20171113-08:36:14.115(2)? sync: false, I20171113-08:36:14.116(2)? needReadable: true, I20171113-08:36:14.116(2)? emittedReadable: false, I20171113-08:36:14.117(2)? readableListening: false, I20171113-08:36:14.117(2)? resumeScheduled: false, I20171113-08:36:14.118(2)? defaultEncoding: 'utf8', I20171113-08:36:14.118(2)? ranOut: false, I20171113-08:36:14.119(2)? awaitDrain: 0, I20171113-08:36:14.120(2)? readingMore: false, I20171113-08:36:14.120(2)? decoder: null, I20171113-08:36:14.121(2)? encoding: null }, I20171113-08:36:14.121(2)? readable: true, I20171113-08:36:14.122(2)? domain: null, I20171113-08:36:14.123(2)? _events: I20171113-08:36:14.124(2)? { end: [Object], I20171113-08:36:14.124(2)? finish: [Function: onSocketFinish], I20171113-08:36:14.124(2)? _socketEnd: [Function: onSocketEnd], I20171113-08:36:14.125(2)? drain: [Object], I20171113-08:36:14.125(2)? timeout: [Function], I20171113-08:36:14.126(2)? error: [Function: socketOnError], I20171113-08:36:14.126(2)? close: [Object], I20171113-08:36:14.126(2)? data: [Function: socketOnData], I20171113-08:36:14.127(2)? resume: [Function: onSocketResume], I20171113-08:36:14.128(2)? pause: [Function: onSocketPause] }, I20171113-08:36:14.129(2)? _eventsCount: 10, I20171113-08:36:14.130(2)? _maxListeners: undefined, I20171113-08:36:14.131(2)? _writableState: I20171113-08:36:14.131(2)? WritableState { I20171113-08:36:14.132(2)? objectMode: false, I20171113-08:36:14.133(2)? highWaterMark: 16384, I20171113-08:36:14.134(2)? needDrain: false, I20171113-08:36:14.134(2)? ending: false, I20171113-08:36:14.136(2)? ended: false, I20171113-08:36:14.137(2)? finished: false, I20171113-08:36:14.138(2)? decodeStrings: false, I20171113-08:36:14.139(2)? defaultEncoding: 'utf8', I20171113-08:36:14.141(2)? length: 0, I20171113-08:36:14.141(2)? writing: false, I20171113-08:36:14.142(2)? corked: 0, I20171113-08:36:14.143(2)? sync: true, I20171113-08:36:14.144(2)? bufferProcessing: false, I20171113-08:36:14.145(2)? onwrite: [Function], I20171113-08:36:14.145(2)? writecb: null, I20171113-08:36:14.146(2)? writelen: 0, I20171113-08:36:14.146(2)? bufferedRequest: null, I20171113-08:36:14.147(2)? lastBufferedRequest: null, I20171113-08:36:14.148(2)? pendingcb: 0, I20171113-08:36:14.149(2)? prefinished: false, I20171113-08:36:14.149(2)? errorEmitted: false, I20171113-08:36:14.150(2)? bufferedRequestCount: 0, I20171113-08:36:14.151(2)? corkedRequestsFree: [Object] }, I20171113-08:36:14.152(2)? writable: true, I20171113-08:36:14.153(2)? allowHalfOpen: true, I20171113-08:36:14.154(2)? destroyed: false, I20171113-08:36:14.155(2)? _bytesDispatched: 0, I20171113-08:36:14.155(2)? _sockname: null, I20171113-08:36:14.156(2)? _pendingData: null, I20171113-08:36:14.156(2)? _pendingEncoding: '', I20171113-08:36:14.157(2)? server: I20171113-08:36:14.250(2)? Server { I20171113-08:36:14.251(2)? domain: null, I20171113-08:36:14.251(2)? _events: [Object], I20171113-08:36:14.252(2)? _eventsCount: 4, I20171113-08:36:14.253(2)? _maxListeners: undefined, I20171113-08:36:14.253(2)? _connections: 2, I20171113-08:36:14.253(2)? _handle: [Object], I20171113-08:36:14.254(2)? _usingSlaves: false, I20171113-08:36:14.254(2)? _slaves: [], I20171113-08:36:14.255(2)? _unref: false, I20171113-08:36:14.255(2)? allowHalfOpen: true, I20171113-08:36:14.255(2)? pauseOnConnect: false, I20171113-08:36:14.256(2)? httpAllowHalfOpen: false, I20171113-08:36:14.256(2)? timeout: 5000, I20171113-08:36:14.256(2)? _pendingResponseData: 0, I20171113-08:36:14.257(2)? _connectionKey: '4:0.0.0.0:24324' }, I20171113-08:36:14.257(2)? _server: I20171113-08:36:14.257(2)? Server { I20171113-08:36:14.258(2)? domain: null, I20171113-08:36:14.258(2)? _events: [Object], I20171113-08:36:14.259(2)? _eventsCount: 4, I20171113-08:36:14.259(2)? _maxListeners: undefined, I20171113-08:36:14.259(2)? _connections: 2, I20171113-08:36:14.260(2)? _handle: [Object], I20171113-08:36:14.260(2)? _usingSlaves: false, I20171113-08:36:14.260(2)? _slaves: [], I20171113-08:36:14.261(2)? _unref: false, I20171113-08:36:14.261(2)? allowHalfOpen: true, I20171113-08:36:14.262(2)? pauseOnConnect: false, I20171113-08:36:14.262(2)? httpAllowHalfOpen: false, I20171113-08:36:14.262(2)? timeout: 5000, I20171113-08:36:14.263(2)? _pendingResponseData: 0, I20171113-08:36:14.263(2)? _connectionKey: '4:0.0.0.0:24324' }, I20171113-08:36:14.264(2)? _idleTimeout: 120000, I20171113-08:36:14.264(2)? _idleNext: I20171113-08:36:14.264(2)? Socket { I20171113-08:36:14.265(2)? _connecting: false, I20171113-08:36:14.265(2)? _hadError: false, I20171113-08:36:14.265(2)? _handle: [Object], I20171113-08:36:14.266(2)? _parent: null, I20171113-08:36:14.266(2)? _host: null, I20171113-08:36:14.266(2)? _readableState: [Object], I20171113-08:36:14.267(2)? readable: true, I20171113-08:36:14.267(2)? domain: null, I20171113-08:36:14.268(2)? _events: [Object], I20171113-08:36:14.268(2)? _eventsCount: 8, I20171113-08:36:14.268(2)? _maxListeners: undefined, I20171113-08:36:14.269(2)? _writableState: [Object], I20171113-08:36:14.269(2)? writable: true, I20171113-08:36:14.269(2)? allowHalfOpen: false, I20171113-08:36:14.270(2)? destroyed: false, I20171113-08:36:14.270(2)? _bytesDispatched: 65786, I20171113-08:36:14.270(2)? _sockname: null, I20171113-08:36:14.271(2)? _pendingData: null, I20171113-08:36:14.271(2)? _pendingEncoding: '', I20171113-08:36:14.271(2)? server: null, I20171113-08:36:14.272(2)? _server: null, I20171113-08:36:14.272(2)? _idleTimeout: 360000, I20171113-08:36:14.272(2)? _idleNext: [Object], I20171113-08:36:14.273(2)? _idlePrev: [Circular], I20171113-08:36:14.273(2)? _idleStart: 44254, I20171113-08:36:14.273(2)? read: [Function], I20171113-08:36:14.274(2)? _consuming: true }, I20171113-08:36:14.274(2)? _idlePrev: { _idleNext: [Circular], _idlePrev: [Object] }, I20171113-08:36:14.274(2)? _idleStart: 44260, I20171113-08:36:14.275(2)? parser: I20171113-08:36:14.275(2)? HTTPParser { I20171113-08:36:14.276(2)? '0': [Function: parserOnHeaders], I20171113-08:36:14.276(2)? '1': [Function: parserOnHeadersComplete], I20171113-08:36:14.276(2)? '2': [Function: parserOnBody], I20171113-08:36:14.277(2)? '3': [Function: parserOnMessageComplete], I20171113-08:36:14.277(2)? '4': [Function: onParserExecute], I20171113-08:36:14.277(2)? _headers: [], I20171113-08:36:14.278(2)? _url: '', I20171113-08:36:14.278(2)? _consumed: true, I20171113-08:36:14.279(2)? socket: [Circular], I20171113-08:36:14.279(2)? incoming: [Circular], I20171113-08:36:14.279(2)? outgoing: null, I20171113-08:36:14.280(2)? maxHeaderPairs: 2000, I20171113-08:36:14.280(2)? onIncoming: [Function: parserOnIncoming] }, I20171113-08:36:14.280(2)? on: [Function: socketOnWrap], I20171113-08:36:14.281(2)? _paused: false, I20171113-08:36:14.281(2)? read: [Function], I20171113-08:36:14.281(2)? _consuming: true, I20171113-08:36:14.282(2)? _httpMessage: I20171113-08:36:14.282(2)? ServerResponse { I20171113-08:36:14.282(2)? domain: null, I20171113-08:36:14.283(2)? _events: [Object], I20171113-08:36:14.283(2)? _eventsCount: 1, I20171113-08:36:14.283(2)? _maxListeners: undefined, I20171113-08:36:14.284(2)? output: [], I20171113-08:36:14.284(2)? outputEncodings: [], I20171113-08:36:14.284(2)? outputCallbacks: [], I20171113-08:36:14.284(2)? outputSize: 0, I20171113-08:36:14.285(2)? writable: true, I20171113-08:36:14.285(2)? _last: false, I20171113-08:36:14.285(2)? upgrading: false, I20171113-08:36:14.285(2)? chunkedEncoding: false, I20171113-08:36:14.285(2)? shouldKeepAlive: true, I20171113-08:36:14.286(2)? useChunkedEncodingByDefault: true, I20171113-08:36:14.286(2)? sendDate: true, I20171113-08:36:14.286(2)? _removedHeader: {}, I20171113-08:36:14.286(2)? _contentLength: null, I20171113-08:36:14.287(2)? _hasBody: true, I20171113-08:36:14.287(2)? _trailer: '', I20171113-08:36:14.287(2)? finished: false, I20171113-08:36:14.287(2)? _headerSent: false, I20171113-08:36:14.288(2)? socket: [Circular], I20171113-08:36:14.288(2)? connection: [Circular], I20171113-08:36:14.288(2)? _header: null, I20171113-08:36:14.289(2)? _headers: [Object], I20171113-08:36:14.289(2)? _headerNames: [Object], I20171113-08:36:14.289(2)? _onPendingData: [Function: updateOutgoingData], I20171113-08:36:14.289(2)? setHeader: [Function], I20171113-08:36:14.289(2)? flush: [Function: flush], I20171113-08:36:14.290(2)? write: [Function], I20171113-08:36:14.290(2)? end: [Function], I20171113-08:36:14.290(2)? on: [Function], I20171113-08:36:14.290(2)? writeHead: [Function: writeHead] } }, I20171113-08:36:14.291(2)? _consuming: false, I20171113-08:36:14.291(2)? _dumped: false, I20171113-08:36:14.291(2)? originalUrl: '/ufs/GridFS:Uploads/uRebMTBmsjnaJAANP?token=a8681beB3b&progress=1', I20171113-08:36:14.291(2)? _parsedUrl: I20171113-08:36:14.291(2)? Url { I20171113-08:36:14.292(2)? protocol: null, I20171113-08:36:14.292(2)? slashes: null, I20171113-08:36:14.292(2)? auth: null, I20171113-08:36:14.292(2)? host: null, I20171113-08:36:14.293(2)? port: null, I20171113-08:36:14.293(2)? hostname: null, I20171113-08:36:14.293(2)? hash: null, I20171113-08:36:14.294(2)? search: '?token=a8681beB3b&progress=1', I20171113-08:36:14.294(2)? query: 'token=a8681beB3b&progress=1', I20171113-08:36:14.294(2)? pathname: '/ufs/GridFS:Uploads/uRebMTBmsjnaJAANP', I20171113-08:36:14.294(2)? path: '/ufs/GridFS:Uploads/uRebMTBmsjnaJAANP?token=a8681beB3b&progress=1', I20171113-08:36:14.294(2)? href: '/ufs/GridFS:Uploads/uRebMTBmsjnaJAANP?token=a8681beB3b&progress=1', I20171113-08:36:14.295(2)? _raw: '/ufs/GridFS:Uploads/uRebMTBmsjnaJAANP?token=a8681beB3b&progress=1' }, I20171113-08:36:14.295(2)? query: { token: 'a8681beB3b', progress: '1' } }

dezzzus commented 6 years ago

This is my old version's incorrect receive.

I20171113-08:34:22.801(2)? /ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i?token=08bBa8C889&progress=0.4209877177655584 I20171113-08:34:22.801(2)? GridFS:Uploads I20171113-08:34:22.821(2)? IncomingMessage { I20171113-08:34:22.822(2)? _readableState: I20171113-08:34:22.822(2)? ReadableState { I20171113-08:34:22.823(2)? objectMode: false, I20171113-08:34:22.823(2)? highWaterMark: 16384, I20171113-08:34:22.823(2)? buffer: [], I20171113-08:34:22.823(2)? length: 0, I20171113-08:34:22.824(2)? pipes: null, I20171113-08:34:22.824(2)? pipesCount: 0, I20171113-08:34:22.824(2)? flowing: true, I20171113-08:34:22.824(2)? ended: true, I20171113-08:34:22.825(2)? endEmitted: true, I20171113-08:34:22.825(2)? reading: false, I20171113-08:34:22.825(2)? sync: false, I20171113-08:34:22.825(2)? needReadable: false, I20171113-08:34:22.825(2)? emittedReadable: false, I20171113-08:34:22.826(2)? readableListening: false, I20171113-08:34:22.826(2)? resumeScheduled: false, I20171113-08:34:22.826(2)? defaultEncoding: 'utf8', I20171113-08:34:22.826(2)? ranOut: false, I20171113-08:34:22.827(2)? awaitDrain: 0, I20171113-08:34:22.827(2)? readingMore: false, I20171113-08:34:22.827(2)? decoder: I20171113-08:34:22.827(2)? { encoding: 'utf8', I20171113-08:34:22.828(2)? surrogateSize: 3, I20171113-08:34:22.828(2)? charBuffer: <Buffer f5 14 01 fc 00 00>, I20171113-08:34:22.828(2)? charReceived: 0, I20171113-08:34:22.828(2)? charLength: 0 }, I20171113-08:34:22.829(2)? encoding: 'utf8' }, I20171113-08:34:22.829(2)? readable: false, I20171113-08:34:22.829(2)? domain: null, I20171113-08:34:22.829(2)? _events: { data: [Function], end: [Function] }, I20171113-08:34:22.829(2)? _eventsCount: 2, I20171113-08:34:22.830(2)? _maxListeners: undefined, I20171113-08:34:22.830(2)? socket: I20171113-08:34:22.830(2)? Socket { I20171113-08:34:22.830(2)? _connecting: false, I20171113-08:34:22.831(2)? _hadError: false, I20171113-08:34:22.831(2)? _handle: I20171113-08:34:22.831(2)? TCP { I20171113-08:34:22.831(2)? bytesRead: 16931, I20171113-08:34:22.831(2)? _externalStream: {}, I20171113-08:34:22.832(2)? fd: 18, I20171113-08:34:22.832(2)? reading: true, I20171113-08:34:22.832(2)? owner: [Circular], I20171113-08:34:22.832(2)? onread: [Function: onread], I20171113-08:34:22.833(2)? onconnection: null, I20171113-08:34:22.833(2)? writeQueueSize: 0, I20171113-08:34:22.833(2)? _consumed: true }, I20171113-08:34:22.833(2)? _parent: null, I20171113-08:34:22.833(2)? _host: null, I20171113-08:34:22.834(2)? _readableState: I20171113-08:34:22.834(2)? ReadableState { I20171113-08:34:22.834(2)? objectMode: false, I20171113-08:34:22.834(2)? highWaterMark: 16384, I20171113-08:34:22.835(2)? buffer: [], I20171113-08:34:22.835(2)? length: 0, I20171113-08:34:22.835(2)? pipes: null, I20171113-08:34:22.835(2)? pipesCount: 0, I20171113-08:34:22.835(2)? flowing: true, I20171113-08:34:22.836(2)? ended: false, I20171113-08:34:22.836(2)? endEmitted: false, I20171113-08:34:22.836(2)? reading: true, I20171113-08:34:22.836(2)? sync: false, I20171113-08:34:22.837(2)? needReadable: true, I20171113-08:34:22.837(2)? emittedReadable: false, I20171113-08:34:22.837(2)? readableListening: false, I20171113-08:34:22.837(2)? resumeScheduled: false, I20171113-08:34:22.837(2)? defaultEncoding: 'utf8', I20171113-08:34:22.838(2)? ranOut: false, I20171113-08:34:22.838(2)? awaitDrain: 0, I20171113-08:34:22.838(2)? readingMore: false, I20171113-08:34:22.838(2)? decoder: null, I20171113-08:34:22.839(2)? encoding: null }, I20171113-08:34:22.839(2)? readable: true, I20171113-08:34:22.839(2)? domain: null, I20171113-08:34:22.839(2)? _events: I20171113-08:34:22.839(2)? { end: [Object], I20171113-08:34:22.840(2)? finish: [Function: onSocketFinish], I20171113-08:34:22.840(2)? _socketEnd: [Function: onSocketEnd], I20171113-08:34:22.840(2)? drain: [Object], I20171113-08:34:22.840(2)? timeout: [Function], I20171113-08:34:22.841(2)? error: [Function: socketOnError], I20171113-08:34:22.841(2)? close: [Object], I20171113-08:34:22.841(2)? data: [Function: socketOnData], I20171113-08:34:22.841(2)? resume: [Function: onSocketResume], I20171113-08:34:22.842(2)? pause: [Function: onSocketPause] }, I20171113-08:34:22.842(2)? _eventsCount: 10, I20171113-08:34:22.842(2)? _maxListeners: undefined, I20171113-08:34:22.842(2)? _writableState: I20171113-08:34:22.843(2)? WritableState { I20171113-08:34:22.843(2)? objectMode: false, I20171113-08:34:22.843(2)? highWaterMark: 16384, I20171113-08:34:22.843(2)? needDrain: false, I20171113-08:34:22.844(2)? ending: false, I20171113-08:34:22.844(2)? ended: false, I20171113-08:34:22.844(2)? finished: false, I20171113-08:34:22.844(2)? decodeStrings: false, I20171113-08:34:22.845(2)? defaultEncoding: 'utf8', I20171113-08:34:22.845(2)? length: 0, I20171113-08:34:22.845(2)? writing: false, I20171113-08:34:22.845(2)? corked: 0, I20171113-08:34:22.845(2)? sync: true, I20171113-08:34:22.846(2)? bufferProcessing: false, I20171113-08:34:22.846(2)? onwrite: [Function], I20171113-08:34:22.846(2)? writecb: null, I20171113-08:34:22.846(2)? writelen: 0, I20171113-08:34:22.847(2)? bufferedRequest: null, I20171113-08:34:22.847(2)? lastBufferedRequest: null, I20171113-08:34:22.847(2)? pendingcb: 0, I20171113-08:34:22.847(2)? prefinished: false, I20171113-08:34:22.848(2)? errorEmitted: false, I20171113-08:34:22.848(2)? bufferedRequestCount: 0, I20171113-08:34:22.848(2)? corkedRequestsFree: [Object] }, I20171113-08:34:22.848(2)? writable: true, I20171113-08:34:22.848(2)? allowHalfOpen: true, I20171113-08:34:22.849(2)? destroyed: false, I20171113-08:34:22.849(2)? _bytesDispatched: 0, I20171113-08:34:22.849(2)? _sockname: null, I20171113-08:34:22.849(2)? _pendingData: null, I20171113-08:34:22.850(2)? _pendingEncoding: '', I20171113-08:34:22.850(2)? server: I20171113-08:34:22.850(2)? Server { I20171113-08:34:22.850(2)? domain: null, I20171113-08:34:22.851(2)? _events: [Object], I20171113-08:34:22.851(2)? _eventsCount: 4, I20171113-08:34:22.851(2)? _maxListeners: undefined, I20171113-08:34:22.851(2)? _connections: 2, I20171113-08:34:22.851(2)? _handle: [Object], I20171113-08:34:22.852(2)? _usingSlaves: false, I20171113-08:34:22.852(2)? _slaves: [], I20171113-08:34:22.852(2)? _unref: false, I20171113-08:34:22.852(2)? allowHalfOpen: true, I20171113-08:34:22.853(2)? pauseOnConnect: false, I20171113-08:34:22.853(2)? httpAllowHalfOpen: false, I20171113-08:34:22.853(2)? timeout: 5000, I20171113-08:34:22.853(2)? _pendingResponseData: 0, I20171113-08:34:22.854(2)? _connectionKey: '4:0.0.0.0:22013' }, I20171113-08:34:22.854(2)? _server: I20171113-08:34:22.854(2)? Server { I20171113-08:34:22.854(2)? domain: null, I20171113-08:34:22.854(2)? _events: [Object], I20171113-08:34:22.855(2)? _eventsCount: 4, I20171113-08:34:22.855(2)? _maxListeners: undefined, I20171113-08:34:22.855(2)? _connections: 2, I20171113-08:34:22.855(2)? _handle: [Object], I20171113-08:34:22.856(2)? _usingSlaves: false, I20171113-08:34:22.856(2)? _slaves: [], I20171113-08:34:22.856(2)? _unref: false, I20171113-08:34:22.856(2)? allowHalfOpen: true, I20171113-08:34:22.856(2)? pauseOnConnect: false, I20171113-08:34:22.857(2)? httpAllowHalfOpen: false, I20171113-08:34:22.857(2)? timeout: 5000, I20171113-08:34:22.857(2)? _pendingResponseData: 0, I20171113-08:34:22.857(2)? _connectionKey: '4:0.0.0.0:22013' }, I20171113-08:34:22.858(2)? _idleTimeout: 120000, I20171113-08:34:22.858(2)? _idleNext: I20171113-08:34:22.858(2)? Socket { I20171113-08:34:22.858(2)? _connecting: false, I20171113-08:34:22.858(2)? _hadError: false, I20171113-08:34:22.859(2)? _handle: [Object], I20171113-08:34:22.859(2)? _parent: null, I20171113-08:34:22.859(2)? _host: null, I20171113-08:34:22.859(2)? _readableState: [Object], I20171113-08:34:22.859(2)? readable: true, I20171113-08:34:22.860(2)? domain: null, I20171113-08:34:22.860(2)? _events: [Object], I20171113-08:34:22.860(2)? _eventsCount: 8, I20171113-08:34:22.860(2)? _maxListeners: undefined, I20171113-08:34:22.861(2)? _writableState: [Object], I20171113-08:34:22.861(2)? writable: true, I20171113-08:34:22.861(2)? allowHalfOpen: false, I20171113-08:34:22.861(2)? destroyed: false, I20171113-08:34:22.861(2)? _bytesDispatched: 4180, I20171113-08:34:22.862(2)? _sockname: null, I20171113-08:34:22.862(2)? _pendingData: null, I20171113-08:34:22.862(2)? _pendingEncoding: '', I20171113-08:34:22.862(2)? server: null, I20171113-08:34:22.862(2)? _server: null, I20171113-08:34:22.867(2)? _idleTimeout: 360000, I20171113-08:34:22.868(2)? _idleNext: [Object], I20171113-08:34:22.868(2)? _idlePrev: [Circular], I20171113-08:34:22.868(2)? _idleStart: 26561, I20171113-08:34:22.868(2)? read: [Function], I20171113-08:34:22.869(2)? _consuming: true }, I20171113-08:34:22.869(2)? _idlePrev: { _idleNext: [Circular], _idlePrev: [Object] }, I20171113-08:34:22.869(2)? _idleStart: 27401, I20171113-08:34:22.869(2)? parser: I20171113-08:34:22.869(2)? HTTPParser { I20171113-08:34:22.870(2)? '0': [Function: parserOnHeaders], I20171113-08:34:22.870(2)? '1': [Function: parserOnHeadersComplete], I20171113-08:34:22.870(2)? '2': [Function: parserOnBody], I20171113-08:34:22.870(2)? '3': [Function: parserOnMessageComplete], I20171113-08:34:22.871(2)? '4': [Function: onParserExecute], I20171113-08:34:22.871(2)? _headers: [], I20171113-08:34:22.871(2)? _url: '', I20171113-08:34:22.871(2)? _consumed: true, I20171113-08:34:22.872(2)? socket: [Circular], I20171113-08:34:22.872(2)? incoming: [Circular], I20171113-08:34:22.872(2)? outgoing: null, I20171113-08:34:22.872(2)? maxHeaderPairs: 2000, I20171113-08:34:22.873(2)? onIncoming: [Function: parserOnIncoming] }, I20171113-08:34:22.873(2)? on: [Function: socketOnWrap], I20171113-08:34:22.873(2)? _paused: false, I20171113-08:34:22.873(2)? read: [Function], I20171113-08:34:22.873(2)? _consuming: true, I20171113-08:34:22.874(2)? _httpMessage: I20171113-08:34:22.874(2)? ServerResponse { I20171113-08:34:22.874(2)? domain: null, I20171113-08:34:22.874(2)? _events: [Object], I20171113-08:34:22.875(2)? _eventsCount: 1, I20171113-08:34:22.875(2)? _maxListeners: undefined, I20171113-08:34:22.875(2)? output: [], I20171113-08:34:22.875(2)? outputEncodings: [], I20171113-08:34:22.875(2)? outputCallbacks: [], I20171113-08:34:22.876(2)? outputSize: 0, I20171113-08:34:22.876(2)? writable: true, I20171113-08:34:22.876(2)? _last: false, I20171113-08:34:22.876(2)? upgrading: false, I20171113-08:34:22.877(2)? chunkedEncoding: false, I20171113-08:34:22.877(2)? shouldKeepAlive: true, I20171113-08:34:22.877(2)? useChunkedEncodingByDefault: true, I20171113-08:34:22.877(2)? sendDate: true, I20171113-08:34:22.878(2)? _removedHeader: {}, I20171113-08:34:22.878(2)? _contentLength: null, I20171113-08:34:22.878(2)? _hasBody: true, I20171113-08:34:22.878(2)? _trailer: '', I20171113-08:34:22.878(2)? finished: false, I20171113-08:34:22.879(2)? _headerSent: false, I20171113-08:34:22.879(2)? socket: [Circular], I20171113-08:34:22.879(2)? connection: [Circular], I20171113-08:34:22.879(2)? _header: null, I20171113-08:34:22.880(2)? _headers: null, I20171113-08:34:22.880(2)? _headerNames: {}, I20171113-08:34:22.880(2)? _onPendingData: [Function: updateOutgoingData], I20171113-08:34:22.880(2)? setHeader: [Function], I20171113-08:34:22.880(2)? flush: [Function: flush], I20171113-08:34:22.881(2)? write: [Function], I20171113-08:34:22.881(2)? end: [Function], I20171113-08:34:22.881(2)? on: [Function], I20171113-08:34:22.881(2)? writeHead: [Function: writeHead] } }, I20171113-08:34:22.881(2)? connection: I20171113-08:34:22.882(2)? Socket { I20171113-08:34:22.882(2)? _connecting: false, I20171113-08:34:22.882(2)? _hadError: false, I20171113-08:34:22.882(2)? _handle: I20171113-08:34:22.883(2)? TCP { I20171113-08:34:22.883(2)? bytesRead: 16931, I20171113-08:34:22.883(2)? _externalStream: {}, I20171113-08:34:22.883(2)? fd: 18, I20171113-08:34:22.883(2)? reading: true, I20171113-08:34:22.884(2)? owner: [Circular], I20171113-08:34:22.884(2)? onread: [Function: onread], I20171113-08:34:22.884(2)? onconnection: null, I20171113-08:34:22.884(2)? writeQueueSize: 0, I20171113-08:34:22.884(2)? _consumed: true }, I20171113-08:34:22.885(2)? _parent: null, I20171113-08:34:22.885(2)? _host: null, I20171113-08:34:22.885(2)? _readableState: I20171113-08:34:22.885(2)? ReadableState { I20171113-08:34:22.886(2)? objectMode: false, I20171113-08:34:22.886(2)? highWaterMark: 16384, I20171113-08:34:22.886(2)? buffer: [], I20171113-08:34:22.886(2)? length: 0, I20171113-08:34:22.886(2)? pipes: null, I20171113-08:34:22.887(2)? pipesCount: 0, I20171113-08:34:22.887(2)? flowing: true, I20171113-08:34:22.887(2)? ended: false, I20171113-08:34:22.887(2)? endEmitted: false, I20171113-08:34:22.887(2)? reading: true, I20171113-08:34:22.888(2)? sync: false, I20171113-08:34:22.888(2)? needReadable: true, I20171113-08:34:22.888(2)? emittedReadable: false, I20171113-08:34:22.889(2)? readableListening: false, I20171113-08:34:22.889(2)? resumeScheduled: false, I20171113-08:34:22.889(2)? defaultEncoding: 'utf8', I20171113-08:34:22.889(2)? ranOut: false, I20171113-08:34:22.889(2)? awaitDrain: 0, I20171113-08:34:22.890(2)? readingMore: false, I20171113-08:34:22.890(2)? decoder: null, I20171113-08:34:22.890(2)? encoding: null }, I20171113-08:34:22.890(2)? readable: true, I20171113-08:34:22.890(2)? domain: null, I20171113-08:34:22.891(2)? _events: I20171113-08:34:22.891(2)? { end: [Object], I20171113-08:34:22.891(2)? finish: [Function: onSocketFinish], I20171113-08:34:22.891(2)? _socketEnd: [Function: onSocketEnd], I20171113-08:34:22.892(2)? drain: [Object], I20171113-08:34:22.892(2)? timeout: [Function], I20171113-08:34:22.892(2)? error: [Function: socketOnError], I20171113-08:34:22.892(2)? close: [Object], I20171113-08:34:22.892(2)? data: [Function: socketOnData], I20171113-08:34:22.893(2)? resume: [Function: onSocketResume], I20171113-08:34:22.893(2)? pause: [Function: onSocketPause] }, I20171113-08:34:22.893(2)? _eventsCount: 10, I20171113-08:34:22.893(2)? _maxListeners: undefined, I20171113-08:34:22.893(2)? _writableState: I20171113-08:34:22.894(2)? WritableState { I20171113-08:34:22.894(2)? objectMode: false, I20171113-08:34:22.894(2)? highWaterMark: 16384, I20171113-08:34:22.894(2)? needDrain: false, I20171113-08:34:22.894(2)? ending: false, I20171113-08:34:22.895(2)? ended: false, I20171113-08:34:22.895(2)? finished: false, I20171113-08:34:22.895(2)? decodeStrings: false, I20171113-08:34:22.895(2)? defaultEncoding: 'utf8', I20171113-08:34:22.895(2)? length: 0, I20171113-08:34:22.896(2)? writing: false, I20171113-08:34:22.896(2)? corked: 0, I20171113-08:34:22.896(2)? sync: true, I20171113-08:34:22.896(2)? bufferProcessing: false, I20171113-08:34:22.897(2)? onwrite: [Function], I20171113-08:34:22.897(2)? writecb: null, I20171113-08:34:22.897(2)? writelen: 0, I20171113-08:34:22.897(2)? bufferedRequest: null, I20171113-08:34:22.897(2)? lastBufferedRequest: null, I20171113-08:34:22.898(2)? pendingcb: 0, I20171113-08:34:22.898(2)? prefinished: false, I20171113-08:34:22.898(2)? errorEmitted: false, I20171113-08:34:22.898(2)? bufferedRequestCount: 0, I20171113-08:34:22.898(2)? corkedRequestsFree: [Object] }, I20171113-08:34:22.899(2)? writable: true, I20171113-08:34:22.899(2)? allowHalfOpen: true, I20171113-08:34:22.899(2)? destroyed: false, I20171113-08:34:22.899(2)? _bytesDispatched: 0, I20171113-08:34:22.899(2)? _sockname: null, I20171113-08:34:22.900(2)? _pendingData: null, I20171113-08:34:22.900(2)? _pendingEncoding: '', I20171113-08:34:22.900(2)? server: I20171113-08:34:22.900(2)? Server { I20171113-08:34:22.900(2)? domain: null, I20171113-08:34:22.901(2)? _events: [Object], I20171113-08:34:22.901(2)? _eventsCount: 4, I20171113-08:34:22.901(2)? _maxListeners: undefined, I20171113-08:34:22.901(2)? _connections: 2, I20171113-08:34:22.901(2)? _handle: [Object], I20171113-08:34:22.902(2)? _usingSlaves: false, I20171113-08:34:22.902(2)? _slaves: [], I20171113-08:34:22.902(2)? _unref: false, I20171113-08:34:22.902(2)? allowHalfOpen: true, I20171113-08:34:22.903(2)? pauseOnConnect: false, I20171113-08:34:22.903(2)? httpAllowHalfOpen: false, I20171113-08:34:22.903(2)? timeout: 5000, I20171113-08:34:22.903(2)? _pendingResponseData: 0, I20171113-08:34:22.903(2)? _connectionKey: '4:0.0.0.0:22013' }, I20171113-08:34:22.904(2)? _server: I20171113-08:34:22.904(2)? Server { I20171113-08:34:22.904(2)? domain: null, I20171113-08:34:22.904(2)? _events: [Object], I20171113-08:34:22.904(2)? _eventsCount: 4, I20171113-08:34:22.905(2)? _maxListeners: undefined, I20171113-08:34:22.905(2)? _connections: 2, I20171113-08:34:22.905(2)? _handle: [Object], I20171113-08:34:22.905(2)? _usingSlaves: false, I20171113-08:34:22.905(2)? _slaves: [], I20171113-08:34:22.906(2)? _unref: false, I20171113-08:34:22.906(2)? allowHalfOpen: true, I20171113-08:34:22.906(2)? pauseOnConnect: false, I20171113-08:34:22.906(2)? httpAllowHalfOpen: false, I20171113-08:34:22.906(2)? timeout: 5000, I20171113-08:34:22.907(2)? _pendingResponseData: 0, I20171113-08:34:22.907(2)? _connectionKey: '4:0.0.0.0:22013' }, I20171113-08:34:22.907(2)? _idleTimeout: 120000, I20171113-08:34:22.907(2)? _idleNext: I20171113-08:34:22.907(2)? Socket { I20171113-08:34:22.908(2)? _connecting: false, I20171113-08:34:22.908(2)? _hadError: false, I20171113-08:34:22.908(2)? _handle: [Object], I20171113-08:34:22.908(2)? _parent: null, I20171113-08:34:22.908(2)? _host: null, I20171113-08:34:22.909(2)? _readableState: [Object], I20171113-08:34:22.909(2)? readable: true, I20171113-08:34:22.909(2)? domain: null, I20171113-08:34:22.909(2)? _events: [Object], I20171113-08:34:22.909(2)? _eventsCount: 8, I20171113-08:34:22.910(2)? _maxListeners: undefined, I20171113-08:34:22.910(2)? _writableState: [Object], I20171113-08:34:22.910(2)? writable: true, I20171113-08:34:22.910(2)? allowHalfOpen: false, I20171113-08:34:22.910(2)? destroyed: false, I20171113-08:34:22.911(2)? _bytesDispatched: 4180, I20171113-08:34:22.911(2)? _sockname: null, I20171113-08:34:22.911(2)? _pendingData: null, I20171113-08:34:22.911(2)? _pendingEncoding: '', I20171113-08:34:22.912(2)? server: null, I20171113-08:34:22.912(2)? _server: null, I20171113-08:34:22.912(2)? _idleTimeout: 360000, I20171113-08:34:22.912(2)? _idleNext: [Object], I20171113-08:34:22.912(2)? _idlePrev: [Circular], I20171113-08:34:22.913(2)? _idleStart: 26561, I20171113-08:34:22.913(2)? read: [Function], I20171113-08:34:22.913(2)? _consuming: true }, I20171113-08:34:22.913(2)? _idlePrev: { _idleNext: [Circular], _idlePrev: [Object] }, I20171113-08:34:22.913(2)? _idleStart: 27401, I20171113-08:34:22.914(2)? parser: I20171113-08:34:22.914(2)? HTTPParser { I20171113-08:34:22.914(2)? '0': [Function: parserOnHeaders], I20171113-08:34:22.914(2)? '1': [Function: parserOnHeadersComplete], I20171113-08:34:22.914(2)? '2': [Function: parserOnBody], I20171113-08:34:22.915(2)? '3': [Function: parserOnMessageComplete], I20171113-08:34:22.915(2)? '4': [Function: onParserExecute], I20171113-08:34:22.915(2)? _headers: [], I20171113-08:34:22.915(2)? _url: '', I20171113-08:34:22.915(2)? _consumed: true, I20171113-08:34:22.916(2)? socket: [Circular], I20171113-08:34:22.916(2)? incoming: [Circular], I20171113-08:34:22.916(2)? outgoing: null, I20171113-08:34:22.916(2)? maxHeaderPairs: 2000, I20171113-08:34:22.924(2)? onIncoming: [Function: parserOnIncoming] }, I20171113-08:34:22.925(2)? on: [Function: socketOnWrap], I20171113-08:34:22.925(2)? _paused: false, I20171113-08:34:22.925(2)? read: [Function], I20171113-08:34:22.925(2)? _consuming: true, I20171113-08:34:22.926(2)? _httpMessage: I20171113-08:34:22.926(2)? ServerResponse { I20171113-08:34:22.926(2)? domain: null, I20171113-08:34:22.926(2)? _events: [Object], I20171113-08:34:22.926(2)? _eventsCount: 1, I20171113-08:34:22.927(2)? _maxListeners: undefined, I20171113-08:34:22.927(2)? output: [], I20171113-08:34:22.927(2)? outputEncodings: [], I20171113-08:34:22.927(2)? outputCallbacks: [], I20171113-08:34:22.928(2)? outputSize: 0, I20171113-08:34:22.928(2)? writable: true, I20171113-08:34:22.928(2)? _last: false, I20171113-08:34:22.928(2)? upgrading: false, I20171113-08:34:22.929(2)? chunkedEncoding: false, I20171113-08:34:22.929(2)? shouldKeepAlive: true, I20171113-08:34:22.929(2)? useChunkedEncodingByDefault: true, I20171113-08:34:22.929(2)? sendDate: true, I20171113-08:34:22.929(2)? _removedHeader: {}, I20171113-08:34:22.930(2)? _contentLength: null, I20171113-08:34:22.930(2)? _hasBody: true, I20171113-08:34:22.930(2)? _trailer: '', I20171113-08:34:22.930(2)? finished: false, I20171113-08:34:22.930(2)? _headerSent: false, I20171113-08:34:22.931(2)? socket: [Circular], I20171113-08:34:22.931(2)? connection: [Circular], I20171113-08:34:22.931(2)? _header: null, I20171113-08:34:22.931(2)? _headers: null, I20171113-08:34:22.931(2)? _headerNames: {}, I20171113-08:34:22.932(2)? _onPendingData: [Function: updateOutgoingData], I20171113-08:34:22.932(2)? setHeader: [Function], I20171113-08:34:22.932(2)? flush: [Function: flush], I20171113-08:34:22.932(2)? write: [Function], I20171113-08:34:22.932(2)? end: [Function], I20171113-08:34:22.933(2)? on: [Function], I20171113-08:34:22.933(2)? writeHead: [Function: writeHead] } }, I20171113-08:34:22.933(2)? httpVersionMajor: 1, I20171113-08:34:22.933(2)? httpVersionMinor: 1, I20171113-08:34:22.934(2)? httpVersion: '1.1', I20171113-08:34:22.934(2)? complete: true, I20171113-08:34:22.934(2)? headers: I20171113-08:34:22.934(2)? { 'x-forwarded-proto': 'http', I20171113-08:34:22.934(2)? 'x-forwarded-port': '3000', I20171113-08:34:22.935(2)? 'x-forwarded-for': '192.168.1.113', I20171113-08:34:22.935(2)? 'accept-language': 'en-US,en;q=0.9', I20171113-08:34:22.935(2)? 'accept-encoding': 'gzip, deflate', I20171113-08:34:22.935(2)? referer: 'http://192.168.1.109:5000/channel/general', I20171113-08:34:22.935(2)? accept: '/', I20171113-08:34:22.936(2)? 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', I20171113-08:34:22.936(2)? origin: 'http://192.168.1.109:5000', I20171113-08:34:22.936(2)? 'content-length': '16384', I20171113-08:34:22.936(2)? connection: 'keep-alive', I20171113-08:34:22.936(2)? host: '192.168.1.109:3000' }, I20171113-08:34:22.937(2)? rawHeaders: I20171113-08:34:22.937(2)? [ 'x-forwarded-proto', I20171113-08:34:22.937(2)? 'http', I20171113-08:34:22.937(2)? 'x-forwarded-port', I20171113-08:34:22.937(2)? '3000', I20171113-08:34:22.938(2)? 'x-forwarded-for', I20171113-08:34:22.938(2)? '192.168.1.113', I20171113-08:34:22.938(2)? 'accept-language', I20171113-08:34:22.938(2)? 'en-US,en;q=0.9', I20171113-08:34:22.938(2)? 'accept-encoding', I20171113-08:34:22.939(2)? 'gzip, deflate', I20171113-08:34:22.939(2)? 'referer', I20171113-08:34:22.939(2)? 'http://192.168.1.109:5000/channel/general', I20171113-08:34:22.939(2)? 'accept', I20171113-08:34:22.939(2)? '/', I20171113-08:34:22.940(2)? 'user-agent', I20171113-08:34:22.940(2)? 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', I20171113-08:34:22.940(2)? 'origin', I20171113-08:34:22.940(2)? 'http://192.168.1.109:5000', I20171113-08:34:22.940(2)? 'content-length', I20171113-08:34:22.941(2)? '16384', I20171113-08:34:22.941(2)? 'connection', I20171113-08:34:22.941(2)? 'keep-alive', I20171113-08:34:22.941(2)? 'host', I20171113-08:34:22.941(2)? '192.168.1.109:3000' ], I20171113-08:34:22.942(2)? trailers: {}, I20171113-08:34:22.942(2)? rawTrailers: [], I20171113-08:34:22.942(2)? upgrade: false, I20171113-08:34:22.942(2)? url: '/ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i?token=08bBa8C889&progress=0.4209877177655584', I20171113-08:34:22.942(2)? method: 'POST', I20171113-08:34:22.943(2)? statusCode: null, I20171113-08:34:22.943(2)? statusMessage: null, I20171113-08:34:22.943(2)? client: I20171113-08:34:22.943(2)? Socket { I20171113-08:34:22.943(2)? _connecting: false, I20171113-08:34:22.944(2)? _hadError: false, I20171113-08:34:22.944(2)? _handle: I20171113-08:34:22.944(2)? TCP { I20171113-08:34:22.944(2)? bytesRead: 16931, I20171113-08:34:22.944(2)? _externalStream: {}, I20171113-08:34:22.945(2)? fd: 18, I20171113-08:34:22.945(2)? reading: true, I20171113-08:34:22.945(2)? owner: [Circular], I20171113-08:34:22.945(2)? onread: [Function: onread], I20171113-08:34:22.945(2)? onconnection: null, I20171113-08:34:22.946(2)? writeQueueSize: 0, I20171113-08:34:22.946(2)? _consumed: true }, I20171113-08:34:22.946(2)? _parent: null, I20171113-08:34:22.946(2)? _host: null, I20171113-08:34:22.946(2)? _readableState: I20171113-08:34:22.947(2)? ReadableState { I20171113-08:34:22.947(2)? objectMode: false, I20171113-08:34:22.947(2)? highWaterMark: 16384, I20171113-08:34:22.947(2)? buffer: [], I20171113-08:34:22.947(2)? length: 0, I20171113-08:34:22.948(2)? pipes: null, I20171113-08:34:22.948(2)? pipesCount: 0, I20171113-08:34:22.948(2)? flowing: true, I20171113-08:34:22.948(2)? ended: false, I20171113-08:34:22.949(2)? endEmitted: false, I20171113-08:34:22.949(2)? reading: true, I20171113-08:34:22.949(2)? sync: false, I20171113-08:34:22.949(2)? needReadable: true, I20171113-08:34:22.949(2)? emittedReadable: false, I20171113-08:34:22.950(2)? readableListening: false, I20171113-08:34:22.950(2)? resumeScheduled: false, I20171113-08:34:22.950(2)? defaultEncoding: 'utf8', I20171113-08:34:22.950(2)? ranOut: false, I20171113-08:34:22.950(2)? awaitDrain: 0, I20171113-08:34:22.951(2)? readingMore: false, I20171113-08:34:22.951(2)? decoder: null, I20171113-08:34:22.951(2)? encoding: null }, I20171113-08:34:22.951(2)? readable: true, I20171113-08:34:22.951(2)? domain: null, I20171113-08:34:22.952(2)? _events: I20171113-08:34:22.952(2)? { end: [Object], I20171113-08:34:22.952(2)? finish: [Function: onSocketFinish], I20171113-08:34:22.952(2)? _socketEnd: [Function: onSocketEnd], I20171113-08:34:22.952(2)? drain: [Object], I20171113-08:34:22.953(2)? timeout: [Function], I20171113-08:34:22.953(2)? error: [Function: socketOnError], I20171113-08:34:22.953(2)? close: [Object], I20171113-08:34:22.953(2)? data: [Function: socketOnData], I20171113-08:34:22.953(2)? resume: [Function: onSocketResume], I20171113-08:34:22.954(2)? pause: [Function: onSocketPause] }, I20171113-08:34:22.954(2)? _eventsCount: 10, I20171113-08:34:22.954(2)? _maxListeners: undefined, I20171113-08:34:22.954(2)? _writableState: I20171113-08:34:22.955(2)? WritableState { I20171113-08:34:22.955(2)? objectMode: false, I20171113-08:34:22.955(2)? highWaterMark: 16384, I20171113-08:34:22.955(2)? needDrain: false, I20171113-08:34:22.955(2)? ending: false, I20171113-08:34:22.956(2)? ended: false, I20171113-08:34:22.956(2)? finished: false, I20171113-08:34:22.956(2)? decodeStrings: false, I20171113-08:34:22.956(2)? defaultEncoding: 'utf8', I20171113-08:34:22.957(2)? length: 0, I20171113-08:34:22.957(2)? writing: false, I20171113-08:34:22.957(2)? corked: 0, I20171113-08:34:22.957(2)? sync: true, I20171113-08:34:22.957(2)? bufferProcessing: false, I20171113-08:34:22.958(2)? onwrite: [Function], I20171113-08:34:22.958(2)? writecb: null, I20171113-08:34:22.958(2)? writelen: 0, I20171113-08:34:22.958(2)? bufferedRequest: null, I20171113-08:34:22.958(2)? lastBufferedRequest: null, I20171113-08:34:22.959(2)? pendingcb: 0, I20171113-08:34:22.959(2)? prefinished: false, I20171113-08:34:22.959(2)? errorEmitted: false, I20171113-08:34:22.959(2)? bufferedRequestCount: 0, I20171113-08:34:22.960(2)? corkedRequestsFree: [Object] }, I20171113-08:34:22.960(2)? writable: true, I20171113-08:34:22.960(2)? allowHalfOpen: true, I20171113-08:34:22.960(2)? destroyed: false, I20171113-08:34:22.960(2)? _bytesDispatched: 0, I20171113-08:34:22.961(2)? _sockname: null, I20171113-08:34:22.961(2)? _pendingData: null, I20171113-08:34:22.961(2)? _pendingEncoding: '', I20171113-08:34:22.961(2)? server: I20171113-08:34:22.961(2)? Server { I20171113-08:34:22.962(2)? domain: null, I20171113-08:34:22.962(2)? _events: [Object], I20171113-08:34:22.962(2)? _eventsCount: 4, I20171113-08:34:22.962(2)? _maxListeners: undefined, I20171113-08:34:22.962(2)? _connections: 2, I20171113-08:34:22.963(2)? _handle: [Object], I20171113-08:34:22.963(2)? _usingSlaves: false, I20171113-08:34:22.963(2)? _slaves: [], I20171113-08:34:22.963(2)? _unref: false, I20171113-08:34:22.964(2)? allowHalfOpen: true, I20171113-08:34:22.964(2)? pauseOnConnect: false, I20171113-08:34:22.964(2)? httpAllowHalfOpen: false, I20171113-08:34:22.964(2)? timeout: 5000, I20171113-08:34:22.964(2)? _pendingResponseData: 0, I20171113-08:34:22.965(2)? _connectionKey: '4:0.0.0.0:22013' }, I20171113-08:34:22.965(2)? _server: I20171113-08:34:22.965(2)? Server { I20171113-08:34:22.965(2)? domain: null, I20171113-08:34:22.965(2)? _events: [Object], I20171113-08:34:22.966(2)? _eventsCount: 4, I20171113-08:34:22.966(2)? _maxListeners: undefined, I20171113-08:34:22.966(2)? _connections: 2, I20171113-08:34:22.966(2)? _handle: [Object], I20171113-08:34:22.966(2)? _usingSlaves: false, I20171113-08:34:22.967(2)? _slaves: [], I20171113-08:34:22.967(2)? _unref: false, I20171113-08:34:22.967(2)? allowHalfOpen: true, I20171113-08:34:22.967(2)? pauseOnConnect: false, I20171113-08:34:22.968(2)? httpAllowHalfOpen: false, I20171113-08:34:22.968(2)? timeout: 5000, I20171113-08:34:22.968(2)? _pendingResponseData: 0, I20171113-08:34:22.968(2)? _connectionKey: '4:0.0.0.0:22013' }, I20171113-08:34:22.968(2)? _idleTimeout: 120000, I20171113-08:34:22.969(2)? _idleNext: I20171113-08:34:22.969(2)? Socket { I20171113-08:34:22.969(2)? _connecting: false, I20171113-08:34:22.969(2)? _hadError: false, I20171113-08:34:22.969(2)? _handle: [Object], I20171113-08:34:22.970(2)? _parent: null, I20171113-08:34:22.970(2)? _host: null, I20171113-08:34:22.970(2)? _readableState: [Object], I20171113-08:34:22.979(2)? readable: true, I20171113-08:34:22.979(2)? domain: null, I20171113-08:34:22.979(2)? _events: [Object], I20171113-08:34:22.979(2)? _eventsCount: 8, I20171113-08:34:22.980(2)? _maxListeners: undefined, I20171113-08:34:22.980(2)? _writableState: [Object], I20171113-08:34:22.981(2)? writable: true, I20171113-08:34:22.981(2)? allowHalfOpen: false, I20171113-08:34:22.981(2)? destroyed: false, I20171113-08:34:22.981(2)? _bytesDispatched: 4180, I20171113-08:34:22.981(2)? _sockname: null, I20171113-08:34:22.982(2)? _pendingData: null, I20171113-08:34:22.982(2)? _pendingEncoding: '', I20171113-08:34:22.982(2)? server: null, I20171113-08:34:22.982(2)? _server: null, I20171113-08:34:22.982(2)? _idleTimeout: 360000, I20171113-08:34:22.983(2)? _idleNext: [Object], I20171113-08:34:22.983(2)? _idlePrev: [Circular], I20171113-08:34:22.983(2)? _idleStart: 26561, I20171113-08:34:22.983(2)? read: [Function], I20171113-08:34:22.984(2)? _consuming: true }, I20171113-08:34:22.984(2)? _idlePrev: { _idleNext: [Circular], _idlePrev: [Object] }, I20171113-08:34:22.984(2)? _idleStart: 27401, I20171113-08:34:22.984(2)? parser: I20171113-08:34:22.985(2)? HTTPParser { I20171113-08:34:22.985(2)? '0': [Function: parserOnHeaders], I20171113-08:34:22.985(2)? '1': [Function: parserOnHeadersComplete], I20171113-08:34:22.985(2)? '2': [Function: parserOnBody], I20171113-08:34:22.985(2)? '3': [Function: parserOnMessageComplete], I20171113-08:34:22.986(2)? '4': [Function: onParserExecute], I20171113-08:34:22.986(2)? _headers: [], I20171113-08:34:22.986(2)? _url: '', I20171113-08:34:22.986(2)? _consumed: true, I20171113-08:34:22.986(2)? socket: [Circular], I20171113-08:34:22.987(2)? incoming: [Circular], I20171113-08:34:22.987(2)? outgoing: null, I20171113-08:34:22.987(2)? maxHeaderPairs: 2000, I20171113-08:34:22.987(2)? onIncoming: [Function: parserOnIncoming] }, I20171113-08:34:22.987(2)? on: [Function: socketOnWrap], I20171113-08:34:22.988(2)? _paused: false, I20171113-08:34:22.988(2)? read: [Function], I20171113-08:34:22.988(2)? _consuming: true, I20171113-08:34:22.988(2)? _httpMessage: I20171113-08:34:22.989(2)? ServerResponse { I20171113-08:34:22.989(2)? domain: null, I20171113-08:34:22.989(2)? _events: [Object], I20171113-08:34:22.989(2)? _eventsCount: 1, I20171113-08:34:22.989(2)? _maxListeners: undefined, I20171113-08:34:22.990(2)? output: [], I20171113-08:34:22.990(2)? outputEncodings: [], I20171113-08:34:22.990(2)? outputCallbacks: [], I20171113-08:34:22.990(2)? outputSize: 0, I20171113-08:34:22.991(2)? writable: true, I20171113-08:34:22.991(2)? _last: false, I20171113-08:34:22.991(2)? upgrading: false, I20171113-08:34:22.991(2)? chunkedEncoding: false, I20171113-08:34:22.992(2)? shouldKeepAlive: true, I20171113-08:34:22.992(2)? useChunkedEncodingByDefault: true, I20171113-08:34:22.992(2)? sendDate: true, I20171113-08:34:22.992(2)? _removedHeader: {}, I20171113-08:34:22.992(2)? _contentLength: null, I20171113-08:34:22.993(2)? _hasBody: true, I20171113-08:34:22.993(2)? _trailer: '', I20171113-08:34:22.993(2)? finished: false, I20171113-08:34:22.993(2)? _headerSent: false, I20171113-08:34:22.994(2)? socket: [Circular], I20171113-08:34:22.994(2)? connection: [Circular], I20171113-08:34:22.994(2)? _header: null, I20171113-08:34:22.994(2)? _headers: null, I20171113-08:34:22.994(2)? _headerNames: {}, I20171113-08:34:22.995(2)? _onPendingData: [Function: updateOutgoingData], I20171113-08:34:22.995(2)? setHeader: [Function], I20171113-08:34:22.995(2)? flush: [Function: flush], I20171113-08:34:22.995(2)? write: [Function], I20171113-08:34:22.996(2)? end: [Function], I20171113-08:34:22.996(2)? on: [Function], I20171113-08:34:22.996(2)? writeHead: [Function: writeHead] } }, I20171113-08:34:22.996(2)? _consuming: true, I20171113-08:34:22.997(2)? _dumped: false, I20171113-08:34:22.997(2)? originalUrl: '/ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i?token=08bBa8C889&progress=0.4209877177655584', I20171113-08:34:22.997(2)? _parsedUrl: I20171113-08:34:22.997(2)? Url { I20171113-08:34:22.997(2)? protocol: null, I20171113-08:34:22.998(2)? slashes: null, I20171113-08:34:22.998(2)? auth: null, I20171113-08:34:22.998(2)? host: null, I20171113-08:34:22.998(2)? port: null, I20171113-08:34:22.998(2)? hostname: null, I20171113-08:34:22.999(2)? hash: null, I20171113-08:34:22.999(2)? search: '?token=08bBa8C889&progress=0.4209877177655584', I20171113-08:34:22.999(2)? query: 'token=08bBa8C889&progress=0.4209877177655584', I20171113-08:34:22.999(2)? pathname: '/ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i', I20171113-08:34:22.999(2)? path: '/ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i?token=08bBa8C889&progress=0.4209877177655584', I20171113-08:34:23.000(2)? href: '/ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i?token=08bBa8C889&progress=0.4209877177655584', I20171113-08:34:23.000(2)? raw: '/ufs/GridFS:Uploads/9wHY7QDsM7q83fL3i?token=08bBa8C889&progress=0.4209877177655584' }, I20171113-08:34:23.000(2)? read: [Function], # I20171113-08:34:23.001(2)? body: '����\u0000\u0010JFIF\u0000\u0001\u0002\u0000\u0000\u0001\u0000\u0001\u0000\u0000��\u0000C\u0000\u0002\u0001\u0001\u0001\u0001\u0001\u0002\u0001\u0001\u0001\u0002\u0002\u0002\u0002\u0002\u0004\u0003\u0002\u0002\u0002\u0002\u0005\u0003\u0004\u0003\u0004\u0006\u0005\u0006\u0006\u0006\u0005\u0006\u0005\u0006\u0007\t\b\u0006\u0007\t\u0007\u0005\u0006\b\u000b\b\t\t\n\n\n\n\u0006\b\u000b\f\u000b\n\f\t\n\n\n��\u0000C\u0001\u0002\u0002\u0002\u0002\u0002\u0002\u0005\u0003\u0003\u0005\n\u0007\u0006\u0007\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n��\u0000\u0011\b\u0001�\u0001�\u0003\u0001"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u001f\u0000\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b��\u0000�\u0010\u0000\u0002\u0001\u0003\u0003\u0002\u0004\u0003\u0005\u0005\u0004\u0004\u0000\u0000\u0001}\u0001\u0002\u0003\u0000\u0004\u0011\u0005\u0012!1A\u0006\u0013Qa\u0007"q\u00142���\b#B��\u0015R��$3br�\t\n\u0016\u0017\u0018\u0019\u001a%&\'()456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz���������������������������������������������������������������������������\u0000\u001f\u0001\u0000\u0003\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b��\u0000�\u0011\u0000\u0002\u0001\u0002\u0004\u0004\u0003\u0004\u0007\u0005\u0004\u0004\u0000\u0001\u0002w\u0000\u0001\u0002\u0003\u0011\u0004\u0005!1\u0006\u0012AQ\u0007aq\u0013"2�\b\u0014B����\t#3R�\u0015br�\n\u0016$4�%�\u0017\u0018\u0019\u001a&\'()56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz��������������������������������������������������������������������������\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000����(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��B����{���z\u0017��"@:��\u0002�\u0015�x��ǁ�<�j���~a\/��l�\u0000h�Y�$^8fl\n\u0000���(�Y��j3�Z\u0003�0����?�Po\u000b��f\u001a���\u0000\u00188�\rp\u0017�\u0000�Q{\u001b�HҼC\u0017^TH\u001b\u001f�\u0000}�/�OI��N\u0017v�p$\u0015����\u0000��\u001ax%o������}:�U��޺^�k��ݠ\u0000��~?\u0000�\bO\u0011����z0��\u0013�\n\u0003�h\u0015e}n��È�\u0007\u001e���������]�aMv\u0001�\u0000��p\t����>������������e��\u001b�=\u001a�L��O"�4��C�W�����­�l��@\u001e�Ec�x�G�Q$7��#�\u001c\u0010kB\rN�a��:\u0000�E `�r)h\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��l��\n\u0019%���3\u001c\u0000(\u0001Ā2Ma����\u001b��V�\u0000S�\u0018v.+��\u0000l\u000f�����o\b_�\'�m�ۡ\u0006U�\u0011�����w��?��^ �\u001d��\u001e\u001c�e�+�X��}\r\u0000~��t�\u0000��|8�t��\u001dr!\u0003�8�����\u0000���V>�km\u0017Z�\u0013���\u000bǯ5�����\n)��\u0000�ڛ���@�6���v�8\f\u0007c���\u001e.��5I"�\u000b}G�\u0012����\u0019}��\u0003�gǟ�R�J�^��\u0000�t��xn�\u001e�\u0007��ߊ_�RM;U�1O��\u000bn�\u0014�b7\u0007�~w\u000f����n\u001a��X�6J�p����#��k��/�/��$�u->��dl�m3\u001f������\u000f��W�{x��nt�M~\'w����f�|\u001e\u0007�\\ƙ�fx��$���IK�\r�Ɇ?A�����{|�Ҁq������d��i����`�j\u0000�������i�E6��K��H\u0001�\';8�Ez/�?m*�\u00117��t�7s5����\u001e\r|7�N��\u0002�\u0018�\t\u000e@���0�4\u0017\u0012[y\u001eZ\u001e\u0002ǜP\u0007����\u0000�\u001aM����5e�Z;�&�u=�ٌ���i�O��\u0006�{��ig�yȺgbĞ�t\u001fZ�����\u0001��\u001c0��e�䨸�X�@Ü���^������\u0017�,"��\u000b;[b\u0001�o��\n��rN\u000f\u0014\u0001�\u001de���\u0007n���k\u0016\u0010&\u001fϴ�F\u0003�\u0003�t�w���\u0016��èx��\��m�w�-��a�X�m#=������T�\'V?��?»�����p����\u001bN:��k�\u0003�Ɩ��������\�f\u0011�n11<��\u001b����J\u0000��R���0�\u000b�O\u0011xg�w��\u001c�7X�\u000f�������A�U��\u0003���6��QM�N�\'�I3\u0006���ҿ8�\u0010x��O��[º��4�{�7�+i��3�\u0016\u0001\u0018�V_�c�\u0018�k�m>\r��C\u001f�|5s$�4�G�f\u001d�������\u0000���A�ax\u000fǶh��Ҭ�\u000f�� �"��@�^��\b�Y�!~�\r~\u0016|?����+׊j����D~w�� #\u0003�{�����?g���\u0000P\ris����FԀX��WQ� s�P\u0007��\u0015�|/�����H��g@\u001e��5ق\bȠ\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�,�\n\u0017s�\u0014�@\u00195��\u001a~1��\u0000\u000e49�n�B\u0014S�3ڀ ���I�9�Q�˨���V��\u00188\u0013L\u0013\'Ӛ�����\u0000���\tҼ\ry�\u0000\b\u001f������\u0016�\u000b��\b�rGҾ�\u0000���њ��u�&�Nj.ml\'�{fs��\u0007�\u0007\\u001fj�������v�s����ŕ���������\u000e�{�\u0007�ߵ�����\u0000�\u0011��\u001b�ڻ蚚�����͉\1�o���c 0�9��.�\u001f�o�z%�ǀ~,ٶ����\u0006�\u0004���:�-�>��p�\u0011׿�\f�i���\u001b��儎v�>���z��~\u0018�3ѭ�%�~�q�{��\u001c��\u00022Q�q�(\u0003���\u0011Y�6�d��B�\u0012G �9�q�u��\u001d�%-\r�ɞ��k)�\u000f�\u001eد^��\u0000��\u000bx��K\t��������򋿖_�{v�;�����M�"=�渍N�\u001e��\u0001�,4�x݆�\u000bm�Dє\'�O\u0015vo\u001b��t\u0001�k�\u0014�[�,/\'\�d�+7R?��s��O%�Hn��o�m�O�Y�i�H���9^��\u0013��\u0005������/c�/Fn��\u000fz��$sJ�Q�NO\u0002��\u0016\u0001��\u0001�\u0007�tZ���\fdg���P\u0006�֫%�ʺ\u0015\u001ft�\u0014��7w��1*G%�Vl\u0012%��\u001cjs�+���m`\f\u0010B���\u000es@\u001d\u0005��[L�R.�y��~�º=\u0003Ś��fln�.�\u0000\u000b!��Ǡ�\u001bJS$�Y�\u001bOV\'��t�\u0012i\u001f��8攠�0\u0019�q�P\u0007�|\u0010�n��\u0016�SGmo�\u001ey�2�\u000f�}��;���-\u0003O����+�N�\u0001���G\u0019��9�ˈ~6x�a�,�\u0006�0p�_mz��_�:�\b��Z��aq\fkp��w\u0000z�\u0007꾧�_��$�\u0011[�\r\u000b�%���q�$���3Yc���\n����ֽsf\u001b2�<�sl��\u0006x�\u0015�\'�?l�s·��Aoon�#Y��N���`z���J��\n~���J��ǧ^��79�b�E���(\u0003��NJ<G�;��5\r5��\u0011@0�g.�{�\u0003\u0003\u001d�}�\u0000*�\u0004x���\u0010�H��;�\u000b��\u000f\f.Q��H\u0018S�W��{�\u001f\u000b�#x��x/W����ɧ޶Ֆq�\u0011�\u0007\u0004\u001c\f�צ�x��>\u0014[h��{�RP�\u001c�ctC���h\u0003��\u0000ٳ�m�\u0000�$WZ�����$2��\u0007c�5����\u0000�:W�t��wJ��\b��\'>\u0016|w-7�N�RR\u0016;\u0016&h�\u000b��\u0003�_@|&����=�X���]G\u0014�\u001b|��\u000eq���\u000f�z+��y�+G���\u0004�]+\u0016A��9��\u0010�*r(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0015WU�aӭ�iO\u0000f�3<g�x�\u001d.[��\u0000�NI�~t��?�v�p�:}���\u000f�8��Ez����P.�\f�M��\u000e� \u0007�(�j����~\\��?��x�[�mC�v���\u0011K\u0004l7\u001fB;P\u0007��u�g��W�kz���\\i�\u0003��;��o�9 �;r�\u001a�3S��O�"6>$��\u00113���b�\u0007�B;d���&�\u000fW�T񎏯h�E-��\t\n���U�\u0000Ǡ�\n�muk�A�X�Z\u0005\n�7R?���+�|4�&Չ����\u0016S�9� �OLת|#����iwv����c�J��u\u0004W9���SԵ�[G�3�����}q^����?\u0010��2t����\u0004�\u0000m��\u000f8����e�b�a��mn"\u0002$)�)\u001dA5��\u0010|\u0002�d��.ex�F@C�}1^��_��J{��%f\u0016�\u001d�W�}\u0005qp��� \u0006��d6s\u0012�z�O$zP\u0007�x��I�D-�I�z��?�r�\u001aB�\u0017�C�S�\u0015�\u001f\u0014\u000b]���\u001dcP�t\u0007���8�,ױ3lVP;w�\u000eTi(h>l�W\u0017�r��yw�\u0003����i�\u0005Ԧ�n\b����y5��S�W\u001e#�}=퀞 \u0001Pph\u0003ɬ�3n��?�\b���s�w\u0006��ټ1\tR,���{}��+�\u0019�9��\u001bW-��k��?�\u000e��Y�\u000e\b�\u0011�\n\u0000�&i\u0016\f�(\u0000\u0003���4��b\u0004�d�\u0015���f�sʼne#�W5\\�A�\u0013\fe_q�����\f]:��H�,nYG�w�k��u�+Nu��J�\u0000����ҰΉ�\r�օ�\u000eB�[:\u000f��\u0016�R{+��ߥ\u0000zG��"AfEܚ4ڄXP�^L\t���w\u001e����\u00144�r\ttMN�+h|���&\u0011H�<}q^w���*�UMu]]�\u001b�\u0018\u0007�\u001c\n��?\u0005�\u0007�\u0000�T�!�����۪�>����\r\u000f\u000e�~)\u0016�u��\u0000\u0013��+(0�\u000b\u0018gI3��\u001d+�?go���;K\u0017�<k�A���������2\u000e\u0002��\u00040\u0018\u0000�J�\u0002|\u001b�+qu\u001c����\u0016�mP�(�v\u0010s���\\\u001a�\u000f\u0012�\u0017�6�\u0000�<\u0005�^}�\b�v{\u001f3��S��1���>�����t�\rc�w�h�2�I\u0014�.U\u0018\u001eP�21���/\u0004���j�7����9@�\u0011��*�!z�޾n��5ψZ=�]��ͮ��ĸ\u0000\u00027s����[�׺Ş���ec"O�Cm\u001e�^x\r��\u0007�?�\u001f��n�\u0005�ӵW��6�8�qҾ��\u0017�-��9$�B�{����烾-k�\u001eִ�\fMf�%�\t\u0011�C����s����\u0007�,�\n���Q�R�m�հ\u0018�\u0007�TU\u001f\u000ej��zLW��C\f\u0013W�\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000�^Q�K|V�~\u001f�B�����"#�\u001a�;�)\t�Ԏ\u0005|\u0011�\u0000\u0005_��\u001f�\b�h\u0017����qn�\u0014�!�\u0007�ۮ(\u0003������\u001b[׮��.m�a)\u000b+��AϿ5�\u0016��#T�5��Y����\u0000N3���\u001f�^=�|y�ݽ���3\u0017�\f\u0015F:W�x�ŚV�|\u0013�����)(�U�\u0003�����\t��4�\ts1�\u001b��\u0001��x�ڊ�x��Hby\u0000qVuO\u0012j\u0017�[˩J3�2���\u001f\u001ax�8-m�Oހv���;_�:u�x�)�_1\n�c-�ϥz޻�(���|Go\u0001i�M�W��ֽ\u001f�o��\u0016�im{�F�|�\u0018�\u0016�l���\u000f\u0007�\u0005�o\u0012-��\u000f�G��}\t�\u0000|y��\'ׯ�S��Ͱ�2���޼�7��]� ����\u0005��\u0011\u0001��\u0006�A���2��i�ե���\u0010I\b�q�z\u000e+Ͼ!��s-���ؼ�4�d\u0011p\u0019\b����\u0007�\u0007ſ�:�\u001e3�(�%�%m��v��\u0015/�>\u000e�����-\u0018���W\u0018�+�[��D~���k/>H��������k׾\u001d�\u0000�:�=�42I�9�yVC�߯�@\u001f�?\u000be�oVq#i,�\'*�\u0002�A�\u000fj�?\u0006����[��f�\u0000`�d\u0012*I\tu�硯ү�\u001f�ׄ��/b��3�ɽ>��X�?e�+S\fz<J��\u0014���\u0007�\u001e��#��R��O\u0012�1;ƛ�x�-�����\u0000\u0016a�kI���G�\u0013\u001d� �l���;��n�u\u0011���I\u001c\u0018��Y� ���u�)�.t��]@>ly ��\u0007�\u001d�����\u0000�k�)Il�j0�>�\u001a͓�b��\u001a�5��Ȕ���,\u0011��~�I�\u0000\u0004����\u0018�dާ$�\u001e��ZZo�\u0017�t%g�\u0012I\t�B�0�$�P\u0007�\u0014?�ELj#\u0010��Z�(\n�y����/��b�?\u0012|,�����-!����� \u0011��s�����/�?�M/\tx�\u001b��\u001d#Ȝ\u0010�K\u0010)�;\u001089���8�1�E�,���e%�j\t��8��\u000f�)��@\u001f��K��\u0013��������1�Rz\u001a��-�E~�\t^C\u001b��5���\fv��}�����\u0000[Я%��\u0000�J��\u0003����J��3�r6\u0000�:uP�>\bh\'�\u0010�\u000e����@\u001e]�A�ZȲjOmh���bQG�ێ��\u000f�?\u0011xsV�\u0017Mk��$��.,.B��<���\u0017�ޚ���Z]¡\u0000Ih]d�O���\rdx��^3�;\u000b��\u001e�խ���$��\u0019B���۞��\u0007�Z~���!���G��|�Ҷ:�\u001d[�kڼ\u0011����n�0y\u0011A��\'�\u00032��f�!��\u0010񏊧�N����[iX\u0002ֳ��>����Gৈ&X�X����\u0019\u00176��x\dv+ހ>����EG��\u0014\u000bw����%mn6\u0000B�99=+�?f�\u0000�:��o���ݡ�\u000e\tWl\f\u001f��κo�to�ᵏ��\u001dI� F�\u001f��\u0001�\rzE���\u0007��/\tx�6�\u0015�"��ہ�=���#�ր?Og�\u001aiZ���v�;2\'+���z���C�\u000e����\u001f�o��P\u0003=�Ț)?�R?�}_ր\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��0|�\r\u0017B���(R2C\u0001�\u0002�\u0007�\u0000���\u0000����\u001f��xb]fi�ǔq2����\u0000\u001d�W���G�K\u000f\n�\'������!����`\u0003�ֿ����4�-���̏)�\I��eKg�\u001d�E\u0000yo��mmy\f�>�\bPXfG�I=�:��p�����,r8Ȑ��v1\��j�q}zDJxX�\u0004���Q.�\n�\u0006���B��Z\u0000�%5���\u0000\u001d���k�o�\'G��\u001e�����[4�+#+\u0015$d�\u000f���D���\u000fs�\u001fƶ63�b2�bW�?�8�ُ�\u0013�:7�\u000bi��n�bd���\u0013@\u001b��\r4�\u0016����رW��L�:\u001al\u0003�\u0015%�\u0016�D�vs�H�ҽ2m\u0001u\u0019��"1��[:\u001f�,�ԡ���y�����\u0000a�|+���n� C\u0001�^j֣�J\u0019,�Ֆ �>���w�T��O!\u0011T`(\u0004c�kZX���7\u0000�M�b�<��\ft�?ſ�\u0016���u�fM�\�\u0006���^\u0002��\u0014�U\u0000�\u0006��\u001d��î�6�oY\u0014��n\b5�~\u0012f��P�\u0000��v\u0015��z\u0000���:\bcV�\u0000�\u001cWQ��v\u0017�l�N\u00069\\�:l\u0011�\u0000y\t\u001e������8�\u0003@\u0019�^\u0014B�̏\u0000�\n�\fY�aR!�v���*pUG��� ��h\u0003\u001e\u000f\u0005��/΀�]�I����r\u0005\u001e�W\u0015���\u0011 \u001e=*�ZF�\u0005\u0000rq�*ġ���r���Ȫڿ�o\rj��\u000f���\\:\u0004\f\rw1�˝�ҦH\u0015\u0006Ң�>W���\u0003x/Ɠ6��,6W��\u0017\u0010\u0002����s�W�?\u0010�\u0000��zH�:g�|.�\u0017hن��7C1�\u0004~\u0006�N��m�|��=j\t�/��.ˈC�~�(#��\u000fȍG�\u0019�\u000e�&�.�GVl!�-�\u0000�\u00156��&j\u0017�\u0011��<C�\t�����Mo��z��׏��~����\u00172y��P��\u0011\u0001P�|0�=�f��-��0��\u0004�\u0007�]����\u0000Y���2���B�)�\u001dRF[%r\u0006p���c�]o��3��=C������/�\u001a\u001b�b��̄q��~����J\u000f���#$�,ٷ!�E(l\u0005l�\u0019�\u0002�\u001d�����g�_R�tYukK\u001c�W���K�\u0003�\u000e9<P\u0007���]>f����B�vHH���פ�\u001b𭷌#MG_ԭ�e|�\u0017��N=�=+�{o\u001c\b�]J���xI�0������^�����ݎ�\u001cW��ݛ .C&}}h\u0003��\t�\u0000�i)\u0004cM�FP��Nv��� \u0018\u0018��������\u0014Z����d�s����\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000|g�\u0000\u0005���\u0007��\u0000ٮ]\u001a\u001d@Eu��\u0001\u0018\u000b�\u001d:���+�����>��\rA�u;�}��=M~��\u0000�mu\u001b�2\u000bč�\u000b]?f�3�\'#���g⯊���7V\u0010�\'9byRX��P\u0007)w�[�w"@\u00079\u0019\u0006����o&^\u0007�I�\u0018�1T-��\u0003��]1\u0004�殯C��\u0010�\u0002,�H<s�\u0000}G�\u0005|:��[���Tf\u0013oNz�8?�~�|,�Km&\u0014\'�F���9��\u001f���K���!\f%TV$�\u0015�\u001f���V��b��%\u0002\u0000wu&�={×\u0002�h���N�\u0015�h֐#}�m&��Ó�\u0015�\u0019\u0019�]^��J\u0010$2��P\u0007ii<n�r\u0001�OJֳ�\u0002����p�Z���5Ā��nxs��ݱ��\u00007BJ\u0000���m��7\u00006�l{��\u001d.&�a��q۵p�^�b�\t:�8=\rvz7� ��F�|��\u0000v�R.\u00032�>ձa8 a�\�/c�D��rq�\u001cqZ��a0�\u001c\u001e�\u0001�Z\�ɝÂ�3F�6\u001c�+���\f\u000e$�\u0007^jƛy"��\u000epzs@\u001d\,��R���[\f�\u0000�\u001c\u0017LXm�{֍��\u0019��P\u0006�n�0)�\u0003�U\u0018%%�ӊ��\u0002yj\u0000~\u0007�\u0014u��\n0\u000fQE\u0014\u0000�T�T\u001f¹��\u000f�;�\'�W^\u001a�\r�K\u0014����##�t�\u001d�\u001eY\'��\u0007�g�U�4��>|\�m4�>6���\u0018\u0018%�ʟñ�q^\'��\u000e?\u0007�/\u0013�61张\ږ�!�� �\u0007�;b�P����\f�5->�Ė�j�\u0012�A�9 w>��-�/�wFg���bַ ���/B1�h\u0003���\b�fڟ��|b�m�q\u0002(9��2�\u0000�Wו��\u0011sP���\u0000am\u0012��\r�S�\u0013��ۇ�\u0015��\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000\u0014QE\u0000|\u001d�\u0000\u0005�����\b\u0006�%�f{vR��1�5��|[Ь��Ơ�\u0002�w �F�ƿ�\u001f�-LJ��?e\u000b�Z�\u001d�\u0007We��W����VW�=դ-������\u0000���_3�R<��x\u0019\u0015�������\u00181���q����i\u001c��\u0015���3��,6�7|��<P\u0007ؿ���pomJ+G\u0014clLS�\u0006?\u001a����ԭf��\u0004��\u001e��~~~�\u0013Fb���\u0005\u0018�s�M�_m�,�Lv\n��9+�q�P\u0007њ\u0005�\u0015K�\u0011�oY�AY]\u001f����E�\f�,Q���5�蓴�弤�ހ;H�t�P���)�;����A-�\u001a�F�"܋�E:�X�-�\u0006\u000e:dw�\u000e��څ̊\u001c�xl\u0001����\u001e\'k\u0019UeB\t=s�^g�j��\t�|����4�H\u0000c�P\u0007��\u001e+���\u0016�g\u001d�t\u001aG��8©��y� �o/���om�\u0007\'�v\u001at�\u0012(F\u0018\u0006rh\u0003�t�[�9q�=kV��H]dC��q\\u0017���[\u0013������\u0013�!�\u0003�\u0000��5[���\u0015�k~\b�\rsp]\b�b~��h�|z\u001ez�\u0007Wk�&@f���x�F\u001b�q�\u00172��$c>���˸�\u0007I\u001d��\u000bVD�Es�ܳ\u0000���vJ\u0005�\u0000jQU��`/<��Á@\u000bQܕ�N㊐�3U��}���\u000f�?l�\u000eX�~\u001b�I�<��0d\u001d�\u0018?�~\u0014~֞\t��ķ��Ē\�wWgpbI�m�4m�\u0011���o�Nɯ<+u\u0011�\u0003嗄知~%����\u0016o4��YVk��B�6�\b�@\u001f���C-}/�/\u0002[��n5�f�0#j����pk�����\t7����+i��?w3����\u0003�+��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000(��\u0000��\u0000�(������&x�H�\r��{ȃ\u00199\u0002��_ڇO����MKL�2\n�ȡ�Ӛ��>-h\u0011��᮵�H��Ɲ���M �U�m�?�c�V?e+���\u0000�s�\u0000����K��\u000f�\u000f\WWሧ{�x�b��\u0002q�z~��iϗdTe�~f���W�9"X��̹c�f�>�����[Esu��\u0013\fĭ���־��M���#��D.\b�\u0007����jc,\u000b\u000b�%�!�:��W��\u0000\b�+-�m��\u00106�Ҁ>���\u0019\u0000�\u000f�\u000fOZ�t--�\u000b.�\u0013^�]F�a�ZP8�k�<3\u001cWH\u001a91�OZ\u0000����\u0012\r�6r=��Ɩ�?���_A[�\u001e�#��yC/P+N����.|����\u0000����9YB�\u0004��촏\u000e�ݣ�>�Ԛw�V�\b�S\'��\u0015�h^\u001b�\u0002���g��@\u0014�7��XI�ħc}��Cikq\u0010\u0013\u00158j��J6�\b�b��r8�_�E\u0014[I\u0004\u000fN�\u0001\u001e�2��[�x��J�1�\n�Ȯn/%f\t\u0017u�jXζ���NzP\u0007]h�X���O�^��U\u001e`V�p\b$�;�ߠU&BEn麂�@+r\u000eh\u0003V\u001b\u0001���}O\u0015b\u001bI9���?K�I�\f�f�6�ե�n��\n\u0000�k\u0014�\u0016�\u0004\u001fz�gq�<�bq���W~Ö�\u0015,Zp\u000b�9�P\u0003�\u0000\u001c\u000f§B22j#\u0013�C\u0001�P�N��\tdn�5R�O�0\rSK:\u0004Ȭ�J�\u0015\u000e[\u0014\u0001忴K��7#�n12�������w���[���u\r"EI��\u0015."\u001c1\u0019��^���_�\u001ad����\u0004�x�f������(`7�\u001d���.�\u0012%�ۈ��\u0019X�p�%�\u000f�\u0000~��,^\u0007���\u0003\u0010��A?�\u0007���\u0015���\u0011������R�B΃\u0019\'<b���\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\bu\u0018��\t�#;�a�¿���83��xo���gX|�,���\u0019��h�F\u000fz�}�\u0000��ςr��\u001aa�U��yW�����h\u0003�\u000e\u0007ewB\u0002��+��&��\_B�d%у��J�pq�\�\u0016$ksC4��9X�q��־���<\tc�\$�p�͠嗸�>��=g�vЦ����[�uP�C����_Ax.ag}\u001d�K��F\u000f\u0015��\u001a"i2�o-\u0019p\u0000\u0018����D�T8#%G\u0003ڀ>��V��E\u001eK��\r���\u000f\u0002��H\u0015\u0018�\u0014�������/E�~�o�\u000b\r���p��Y���ۥ��g��j��&�F\u0012H\u000b��3ր?D4McNXR\u0011\'S���t��֢0cXq�\u0011_�\u001ag�\u0014���S�\u001a���y�\u0004�;\u0013��\u0018\u0015�?�\u0016C��w�-��XK��4\bp3�pl�\u0000��ҼS\u0015�\u0007�T)�����\u001d�L�2��������W�\u0016\u001d�A\u0014v�V�4���F@a��\t��\t����\nzڵ̒xv\u000b�<jY��~Q"��\u0011���\u0001�\u000f�ȼqjJ�-�Oa��֭��⼉�Y�\u0015�s_��\u000f�\u0000���\u0016�ɃR�/�9O��\u000b�1�\t�ӆ潻�ߴ���\u001ajVڄj$��|\u0010\u000f�}h\u0003�ho����7.1��Sk��ʷ��^KᏌ6װ!gP�>m�s�������V�-��\u0000/pZ�;�3IJ�\r�p\u000e\rt:O��6��\u0007�kơ����#�P���ԭ�\t"C ����\u0000�\'C���$\n%*���\u001fֻ=\u000f�0��\u000f�?1_\u001bK����p�n\u0005G�ğ0�*ܟ�����ph2(�\u0019��{P\u0007�\u0011j��\u0003�\u001f�[��%\u001c6O־(_�(\u001f��\u00161��0��]�7�_\u0004\u001c�洴?�)���K����\u0016[\u001b��v���OJ\u0000�+ �4Dž\\t�_-���\u0000g��\u0000F��͑�\f�I.U�\u0000\u001c\fT?��\u001f\u0005_��f��\u0000��W\n����\u0000���\u0006�"�\u000e��#�)��C<*X��\u001e���\'���\u0013�-!��?���t�@QO׎��x���\t��]\u001ce9\u0004{P\u0007��O��Q�o]>V\u0011�A�����)\r�Η�O��f�B�M�D(v�G ��\u0000\u001a�����X.m�\u0018�##w�~3�Q|;c���t�&�\'����eXg����@\u001f�\u001f�C�OS��\u0000d����\r��Xd�ʂG���h���G�\u000bZxw�+��l�1ǩ�Ip���\u0005O���Ԕ\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE\u0014\u0000QE2����\u0006���c�\u0006]��\u0001@\u000f�͏�8��}����:A��l�ͧ�Wls�\u001a�\u001eӵ}/V���o��}cl����X�\f�x��,ז��J"�A��\b<�\u0007�)��\r�\u0017;"�+1�#<g�}]�\'荭x}n\u0018b>\n���z���\u0000\u0019�m\'�-�2&|��J������\u0000c\u0018��(\u001d�Q\f��\u0019��\u0007�@\u001e�v��\u0004j�,������T�\u0018�%�\f�\t\u0010a\u0012Gٓ����!�\u0011�q�\u0000\u0013��mkN�\u0004�\u0011��T�=�\u0003�<u���z��,��s\u0017\u0012\u0011\fh�C�q^}y{�-v��E��Lj��^�i�_E�\r�-��t\n�;\fn�l\';BA\u0005�+���\u0002T{P\u0007̺��|]\u0013;����\u0005D���V6�\u0007�->1nVK�u�-�=�?\u0011�������\u001e�c\u0004c#\u0007���=+���?�����H��\u0003!�Ҁ>o�<uwap\u0016Fs\'E]���=���>(\u001bF��Kۨ%W�C��G�����\u0001���/&��\u000b\'\u0004�Ͽ\u001d+���c��f��û\u001bU�\u000e;�\u0007c���Ư\u001e�ڦ��<��3�\u000eX}+鿂����K}��i\u000b�\t8�9\u0003=��\n�\u001dtY\u0016�\u0006˨��\u001b���m��uo��\u0005�\u000f�\u001c���\u000f�/�\u001e�{U�{�1�\u0000g��}+�<!���[Q�]�\u0012\u000f�i����\u000f��\u0000\u0011��m\r�:��<��{��|~\u001a8b��Ǡ�J\u0000����\u001cF.U�����\u0011|Q���-\r��\fm,s^Ik�N�\b$������H\u000f\u0015���╼j�HǕ8|�\u000f�\u0000v�7��c�^\u001dF�P��(�3/z�;���\u0000������XxV\u000b\u001cy�)F\u0011�=?�c|v����\u001e�O���\u000b�@T��?Z�SY�5MmJJ�H�0��lP\u0006��?l�����w3��;"�\u0004�\u0016\f}v�XZ?�S�9uA�\u001b�c+*�~^��X��\u000e�g�.$�r6�\u0007ַ|+��\u000b�I\u001aB���HG9��\u000fH�w�l�CXSJ�.m�!\\�{~H�M��\u001f\u000e�mt�\u001b�I�K�0\b\u001bs�+ּ��\u001f\u0003�:����ec��\'\u0003�+��\u0003~\u001f\u001f)ol\u0010��\u0001�`\u001c�\u001fQ@\u001e��<~۞!�͆\u001b�\u001b��վF�\f�\u0007Pwu���C�����\u0011i��:��wfʂE\u0012�P\u001e7.{\u000e��\u001f���+Ꮏ\u0001���\u001bi����\r��^������­Z-\u001fÖS\u000b\u001b���\u0004.{\u000fJ\u0000�\u001fY\u0016��[�i|��@� ��\b�~F�\u0000�ht#m��Ö�ǵ���\u001ct\u0019\u0000f�W�\u000b��6�!��5�<\u0003�K�APG�z���\u0000��C�\~�^\u001aү����ˇ��g�};P\u0007�\u001f�\u0013.�\'���\r\u0007��%��b�Tc\f\u001d��5�U��\u0000�O������6�e7�\u0018ݰ�g\u0002�€\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n������t�\u0000��GọZ\u001bed\f��\u000521�\u000fʾ�����/��|Ks�OG��}E��\u001bP�\u0014b��.x�\u000f�|\u000b�rAc$~N������\f\u001f�k��\u0000���O�\u000f�\u001f�O�t=\u001a�s�MZ�("��ϖ��\u0016;�\u001d\u0014�8���\u0000\u000f~+�L����i׷\u00170��P\u001c�Q�3��t\u0013<Su��ᦧ�_\u0012fh��p���\u0003���r\u0005\u0000~`���w\u001e-�mƱw��NX\u0000s�5���)�\���YI��rF9��|u��\u000f]�[���%�~L��,�3�\u0007�}O�\u0000\u0004��\u001a+�a�\u0015T$\u0016�Ҁ>��b��\nI\u0019\u0005�\f;�9�@\u0019�\u0012�\u000f�z\u000e��\u0011l���/ w\u0015��(�Cp^49��z\u0000���;-\u0011��&\u001b�B������}�\u000f$�;\u0004Q�\u000e�-xٴ8�\nŤ<.\u000f"��Þ\u0010��-�[.�\r��\u001f�팏j\u0000�5��\u0005��\u000bw{�\'��\u0013������zި�j��׭\u00160[�Oӎk��g�?��\n�\u0017~+�l�����\u0002�}q[�~��\u0000�w���69%�)��m\u0016q���\u0000yf���\u001d��U�֡\u0012wi,�\u0000��\\�Ƶ�ߣ\\i�11�Q�#���zψ�k���Ų\ba�&�Y\u0001\u000e\'��\u000e��>1��\u0017�\u0003��\u001c��Y\\�\'��}8�\u0006iZ�+y{wdr\u0000 WQ�<7r#G \'=zW��\u0017���E��&��\u0002��+���\u0019m�Iao�zv�\u000fh�E�  �\u000f"����\\LQ��V�3��߅זڕ��#?62OJ�{��\u0000���\u0002�\b�t(���r\u000eh\u0003���Mm�co5S�\u000195��\u0011��Ky^�YJq�a�澬��������\u001d>L��]T�\u001f|W�|q�U&�\u0004�W*�\u0004D\u0016�\u001cv�\u000f��"[C\u001d��q��u��/�n!�T�lq\u001f<�������\u0000�W\u0016\u0011�l�d![�W��F��YƬ�O\r�ހ\u0013�1�p��L����r[�:W�|$���\'�F��|+�B\bۏ��#��s^M����_\u000e&���.ss\u001bnE\u0003q\'ڽW���\u0015��\u0000�$�\\�o�R^\u000bn%����m�\u001cP\u0007�鿱?큡i���?\u0007\u0006�\u0010\u0013���\u0017 s����\n�����A���c��\u0018>\u001b�~\u001d�R�˾�xßg�\u0015�\u001f���\u001ck���\u0016�x���b!\u0018�-��oǐ*�6����\u0000�f�\u0000�N�\u0017�\t|F�,b�o�)\u0004w�,3��uI;�}\u000f\u0014\u0001�߲O�;��~[y4���W��\u0004�x���y�\u001bU�񎖦+eW�a\u000e�9�s�\u001e?g\u000f\u001f�9�h�K}\u0007�W:��u)ZO\u000f�A�\u000e��\u0000S!��\u0002:�\u0015���\u0002�]�~!x>�T�Fbm�˂��>�Ѵ���R�[x� �{�ƿ\u0016���%�o�\u001a\u000b\u001bGm���lt�\��\u0000���Ȃ���J#��\u0007#޿\u000e?���0���\n-\u001f�&\n�6�\n\u0019$�\u0005/�\u0000~��\u0000�4�C���#�7Z�d���Y��I\u0007\u0005A�ڽ��\u0012}\u0019�kh��yT�ѫ��z��4���B���_�ɤXx\u0003O�Yt�6(g1��k�pO�\u001fּO�1���3��\u0018d�&��+�\r\u0018y\u00109ؠ�r��\u0000~���������V9-\u0012�\n��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n(��\n�N�\u0000���rM7�����\'\u0011\iJ���,N?Z�����\u0000�8[��֧\u000f��.X۳$Q���\u000f��ʟր?=>\u0004�\ru�JVP��\u000f�q�\u001e�S�\n5�\bk�\u001aŮ���YCd\u0010\u000f"�~\u0013��=\u000fGma@�@����q�\u0000\u0017?lm;E�m:�Ek�\fʛH��Z\u0000�����}���>��~�j�A��\u0017!\u0001ڲ�$gԊ��\u0000��q����,�\u0018\u0010�\u00000@;zW;�C��\u001f��\u000f��[\u0016�����\u0011���n\u000e3]G�\u0010����q�S\u001e7(��h\u0003�P7\u0000?7�y���֋$�[)\u0000�\u001d3^��{B�l/9=k������\f�u�\u0000|{�G�6�׫$��˝�Ny?Z�/>?��M�ё\u0012\u0013\u001aL�\u0003�\u0004�H�ֽ��o��\u001f�i�����W\u001c7��\n�\u000e����ϥ%��9¢�\'�#�\u0000q~\u0015���\u001e�\u001d�ks\u0019�w����LV\'ǯ\b�^\u0002�e��,M��o�\u0019\u0002?\'$W�X�#��5p5\r\u0003�WN\u0001/׽t�&�|\u0013�7Ñx�|w�4\'6���\u0006HH\u0003�x��>R���լSG��m\u0014�A\u0017+\u001e$>��^��?����~\u001a���\u001fUuxY��ɴ2��\u001e�WU�~�?�͔�ss��n�T�\t�T\u0007ؑ^��x�����H<\u0011����Z�~G��a?Z\u0000������\u0004���ƚ\u0001��Y\u0001K�"��u$\u000f�^��x%u=%/�\b�?(��Mv�c�\u001a���\u001f���\���3�\u0019�Weះ J�Y٬1���G��\u0000\n\u0000��\u000fx{Q:�i��\u0013.\u0001�A���\u0000���o�9l��\u0012\u0003\b\u001f�<}+�o�?\u000fu)<on�\u0006̓�\u0011�|c=s�_�����\u000bk\u001bA(�\t\b|�Q���ڀ=w���V�<rX�c�D\r&\u0017�n?�1~ݟ\u0006\u001bM��k(�<�l����98���\u000f�<;g\u0016�\u0004 \u001c�@g\u001c��^\u0011�m|$��:!�,�rʇ�\n�\u0011@\u001f�\u001f\u0017�\u0003�\u0016^!��X�O-�%\t|�=��\u000f��E�\u001e&\u000b$B�\u0014��\u0013�C��ƿN?j\u000f�� �,ZM:̺G)2,i�/�|�bk�\u0005��\u0000\b��|;ii�C-�;�3�{��\u0003��\u001f~�6�����M�kis�Y�-ʤ�ٓ# \u000e���x\rń�:5����\'8u������\u0017�CC����\u0012�\u0016?���\u001b��\u001bzWQ����~�\u0005ם�\u001f����͌�#Z�3\u001f^;�\u0007��>�\u0000g�C�?�n#�-d�G�\u0016\r&��\u001f\u001c�޾ǎk�}\u0007����\u0013ݝ.�M�P�k�ckg1�\u0017?}X\u001f��A������\ni\u0012h�\u0000\u000f�\fX�q�\u001f��\����{׺|\u0019�e�/��׬-�\fFK���\r\u0000gXk��-���?��J\u0014蓄��{�"�Ԃ0Cs�{W����m\u001f��m���D�Z�1Hf��g t�V�\u0015��ᖵ�Y��hV~r���K\u0010�N��f���G��L�ͤ7�u���.de�O��\u000fc��Ii��\u0010�̱�?\u001ek�����Q���\u0000\u0005D����b���m��u�rX�O���\u0005ն��G-����\b��\u001a�\u0000��z�����\n7�x��j�^�4\u0017Q<}IG8\u0003ӊ\u0000�0���n�>\u0016��F�\u0005�]��1��;�\u0002t\u0019�"�C�\u0000�wxB[�����$9{�*3m\u0004�����\u0000�\u0014[Y���x\u001bź,P]Ik�����\u0000.9�z��f��h\u001f\u0018�I|���\u001e �\u001b~L�0\u001d��@\u001fw�D ��\u00000\u00125\}\u0005I@�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�(�\u0002�S�\n\u0001�\u0012�����|C���I.��k�"Ð�3��+����\r�/mq\u0018t�J��� �\u0014\u0001��j>\u0011�\u0007���4K�6�a/�0�\u001b8<~\u0015�\u000f��=/�E \u000b��\u0010���\u001e����\u0000\u0005\u0016��#�k���\\u0016���$k�\u000bFM>�.2�)�>�T��i�x��\u0018\u0010D������:�/��\u0014U�\u001c�7�)-�C$,q�U{/3��cwҭ�\u00151(��J\u0000��\u0019�?�\�}GQF�5�\u0001\u000e\t\u001e���?�}�Z����\b��%q��}q���\u0010\u001d����-��ڷ�\u001b�m\r�vK!\'����\u0000���\u0012�\u0010�2}��$�Cu\'h���\u0012�\';���S���9�5�NJ�d۹.�f�@\fQ�G�I\u001d�\�\u001f�������Ҥb��\u0014?Z\u0000�y����~�\u0017�\u0007E�\u0006�|\u001fg�?\u0013\,z]��1m���\f�1���}C���\t�.�\r֥i-�y�diC�\u001e�ٯ�>\f~�>\u0007�un�\r61q�ܫ�Ǟ?J\u0000������F\u0018��\u0010�bX�|I\u0016N~����୆��ؒ#\u001f|���:�෴6���\u0018!�8��\u001f��\u0007�\u000b\u0019$�\u0000�o����\u0007�|\u0013�b��-�f�\f!�N1�3��J���{\u0006�-���Pych�^\u0005~}|7ў�^&?��\u000b\u0002=�\n�\u0002��\'�4x��BÍ��\u0006=(\u0003��\u0015�٪��h�s\u0017�<�"���\u0011��\u001b���]$�n��W"����D\u001eV;s@\u001f\u0014x�����=���N�\brc\u000b%~Կ����+I��\u001d�^hF\u0011�A����_�>2�mg�\�A�8#��^k⏂�GtbK#"0 �p(\u0003�����)x��6����\K\u0014o�3D~��@�y�����3�b���\u0000\rC?\u0010�co\n�C�\u001af��C �O,\u00123���t���\u0010���(�\u001fS���2͕X���\u0000~N�S�޿����\t�\u0017\u001f#\f��\u0007�}1�4���O���m7]�]���V���K�X�v1\u0019�\r}����!�Dž5$���I�7V�e�B\u0006\u000ez�����\u0013���\u0014�#w�Ċ�Ic\u000e0@�x���\u000e�M�O�<3��"��N��}!�Qa�i�\u0000����2��F��_J�A�\u0019����;�\u0019B���.�\u000f\u0019���1ެ�~��\u001fҴ������U��ը���?xg�U�.�P��J�,i-�+�}AF\u000b�C@\u001b�%���\u0007٭"\b����&�+�\u0000���\b�K���L��6�4v�i�[�c;gocӏJ�N���O-�ɯ\u001c���\u001ah�\u0000\u0017�\t\u0007��,�{�{�%��Ae�\u0004\u0003ڀ>\u0005��m�X�,����Tv\u0003oA�q��\u0003�\t��{/�����0�._)�x\n���Ҽ��\u000f�m}�\rn�]���q�\u001f�e\u001f(\u00079���\u0013�li�\u0000�\u001e �A�����\u0000�j0?Rh\u0003���(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0003���+/�\u0011��\u0006\u000f�v\u0016ۤ���ݕ^v��\u0013��\u000fʿ\u001d~!|2�w������-��r�\u0013��0=���g���g\'��\u0000�:�\u0000��i\u0011./�\u0019m]�B�9_�W�G��\u0003ꖟ\u0016�k\u0010�\u001b���\u0007�\u0019\u0001 ���\u0007�j�\u0000\t�C���V�\u001a����\r\u0010���w��cĺ���m/\u001c)�����21����<T4\u001dF��\u0011�n�M\u001cQ�9큎+篌z]��}\u0004:D���FG{P\u0007E��G͏ap����j����ױ�#\u000f,0�\u000f�y��u���K)`\u0002n�\u001fj�[=f9 U�=�Q���\u0007��?J���m��\u001f�Fk�|1��B�\u001a\t��\u0007�ԅ�+�>�,��ꥲ\u0015�}\u0001�K�\r5\u0012)�\u001bs�(\u0003N��\u000f���ͧ@��\u0000\u0011\u0019�+wM�\u0005�\bȸM"?0\u000e\bP\u0007�W4�WM�7���\u0004V�^6�Ӣ,�<\u0003�P\u0004�\u001f\t�[5I\u0016�&\u001e�i\u0015j\th:c��j���\u001fι�c㇇�\u0017"�+\u001c�Y���ߎ߶V���L�v�\u001f�\u0013��4���׊\u0000�m?�\u0017�A\u001a�\u0003\u0003��\u0002���\u000e�2�%մ���\u0004y\f>�\n�w�/�\u001f����ķ����I ����ds�o��k�[o', I20171113-08:34:23.026(2)? _body: true, I20171113-08:34:23.026(2)? query: { token: '08bBa8C889', progress: '0.4209877177655584' } }

dezzzus commented 6 years ago

It seems that I need to receive it as readable stream. but I can't find how I can receive it as readable stream. Please help me. thanks

dezzzus commented 6 years ago

oh~ sorry the problem was caused by old rocketchat-cors package. thanks very much