Oh I see, it looks like the buffer is indeed to fault. It's filling buffers with zero's when you initialize with another type of buffer when it converts it internally to a DataBuffer (reified's internal Buffer class)
On Thursday, March 22, 2012 6:04:56 PM UTC-4, Brandon Benvie wrote: > > Hmm I'll take a look because it should have worked with initializing only > the buffer with > > var message = new Message(buffer). > > I changed out the to using the new buffer code last night which may have > caused an issue, although it was passing all the tests so I'm not sure what > the issue is. >> >> -- 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
