On Thu, Mar 15, 2012 at 10:39, d4v1dv00 <[email protected]> wrote: > Hi there, > > Being getting the following error randomly and there is no way i could > reproduce, all i got is from the log file: > > [2012-03-15 16:17:58.997] [FATAL] [CORE] - AssertionError: true == > false > at IncomingMessage.<anonymous> (http.js:1337:9) > at IncomingMessage.emit (events.js:81:20) > at HTTPParser.onMessageComplete (http.js:133:23) > at Socket.ondata (http.js:1227:22) > at Socket._onReadable (net.js:683:27) > at IOWatcher.onReadable [as callback] (net.js:177:10) > > Has anyone encountered this before? > > Thanks.
Like Arnout said, upgrade to v0.6 if you can. If that's not an option, then make sure you don't set 'Connection: close' on outgoing requests (what this appears to be). You may be running into a HTTP agent bug here. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
