Closed eseceve closed 11 years ago
So you get this error every time for this specific file? Or is this just a random error with no proper error handling?
If its the first case can you give me the bytesize of the file pan_con_queso.txt
every time for this and others files.
-rwxr-xr-x@ 1 eseceve staff 597 Feb 13 10:45 package.json
-rwxrwxrwx 1 eseceve staff 5 Feb 15 14:27 pan_con_queso.txt
-rwxr-xr-x@ 1 eseceve staff 5220 Feb 13 10:45 readme.md
Thanks. Got the error myself for this file size. Seems my new faster implementation for CRC-MAC was not quite correct. I'll work on it later today. v0.0.6
seems to be working correctly.
I think this only happened on files smaller than 16B and one other very rare case. Please reopen if you still catch this.
Already , it has been added to the buffer at 24 line. util.js 31: last = d 34: last = d.slice(end)