Skip to content

Instantly share code, notes, and snippets.

@arisolt
Created February 4, 2013 18:18
Show Gist options
  • Save arisolt/4708487 to your computer and use it in GitHub Desktop.
Save arisolt/4708487 to your computer and use it in GitHub Desktop.
+ (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
+ Trace
+ at Socket.EventEmitter.addListener (events.js:175:15)
+ at Socket.EventEmitter.once (events.js:196:8)
+ at ClientRequest.<anonymous> (/root/nodecrawler/node_modules/request/main.js:521:27)
+ at ClientRequest.g (events.js:192:14)
+ at ClientRequest.EventEmitter.emit (events.js:96:17)
+ at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1527:7)
+ at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:111:23)
+ at Socket.socketOnData [as ondata] (http.js:1430:20)
+ at TCP.onread (net.js:404:27)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment