bitshifting ruins 64bit numbers
pwmckenna opened this issue · 1 comments
pwmckenna commented
https://github.com/themasch/node-bencode/blob/master/lib/encode.js#L47 converts 4777722361 into 482755065. removing the << 0
enables support.
themasch commented
This should be done, correct? If I'm wrong, please reopen.