http://bugs.winehq.org/show_bug.cgi?id=25037
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2013-09-30 01:02:22 CDT --- I tried it yesterday, and it clearly fails in xmllite with current wine. Two patches sent:
http://source.winehq.org/patches/data/99243 http://source.winehq.org/patches/data/99244
First fixes infinite loop when it tries to resume over and over again, and second one is to fix returned node types.
Next problem is that it fails to switch to next chunk properly - buffers are not updated properly so some overlap happens, I'll look into that. Basically if your stream is shorter than 8K it's fine, larger - not so much.