Hi there, I'm trying to download a large video file with Http.request, simple example: <script src="https://gist.github.com/4611134.js"></script>
So the problem here is that response.pause() looks to not work for all response types. The video has type of video/webm and pause doesn't work, it looks to just ignore this, but at the same time for application/octet-stream file it works fine. Is this expected behavior? Does response require limited list of content types which can be paused? Or what i'm doing wrong... (( Thanks. -- 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
