hi,

I wrote a program that – usually after several hours – crashes with this 
error:

```
TypeError: undefined is not a function
    at storeHeader (_http_outgoing.js:303:19)
    at ClientRequest.OutgoingMessage._storeHeader (_http_outgoing.js:229:9)
    at ClientRequest._implicitHeader (_http_client.js:187:8)
    at ClientRequest.OutgoingMessage.end (_http_outgoing.js:529:10)
    at Request.end (/Volumes/Macintosh HD 
2/Projects/projects/xyz/node_modules/request/request.js:1533:12)
    at end (/Volumes/Macintosh HD 
2/Projects/projects/xyz/node_modules/request/request.js:734:14)
    at Immediate._onImmediate (/Volumes/Macintosh HD 
2/Projects/projects/xyz/node_modules/request/request.js:748:7)
    at processImmediate [as _immediateCallback] (timers.js:358:17)
```

it uses the `request` module for making http requests, and it does them 
periodically. — I'm not sure if it's a request or a node.js problem though.

multiple intervals are set, and I assume it happens in one of them, but the 
stack trace doesn't tell me which one. is there any way to find out?

node v0.12.4.
os x 10.10.3

thanks in advance

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/a554b912-706a-4d62-9d9e-4727762007fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to