You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_http_client.js:269
req.emit('close');
^
TypeError: req.emit is not a function
at TLSSocket.socketCloseListener (_http_client.js:269:7)
at emitOne (events.js:101:20)
at TLSSocket.emit (events.js:188:7)
at TCP._handle.close [as _onclose] (net.js:492:12)
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "start"
npm ERR! node v6.2.0
got this under v4.4.5 also … let me see if i can get a minimal code example
The text was updated successfully, but these errors were encountered:
when using
pino-http
after an error, I get this:got this under v4.4.5 also … let me see if i can get a minimal code example
The text was updated successfully, but these errors were encountered: