Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New, Patch Available
Description
Stupid error, they do this:
if (bytes.length == 0) { continue; }
Since they don't advance 'doc', the hang on that if forever. I'll post a fix soon.