When AsynGet is issued on files larger than 128K the host browser will crash,
I've debugged this issue and found a fix, in
SimpleStreamHelper.cpp line 154,
change it to: std::copy(buf, buf+curLen, destBuf+pos);
Original issue reported on code.google.com by krystian...@gmail.com on 25 Feb 2011 at 7:39
Original issue reported on code.google.com by
krystian...@gmail.com
on 25 Feb 2011 at 7:39