Commited Mon. March 29, 2010 at 07:51:38 PM EDT
Removing the stream reading callbacks.
These were meant to be used with xmlCreateIOParserCtxt, but libxml kept trying to read ahead during parsing, causing it to block on the next packet before being done with the current packet; using xmlCreatePushParserCtxt instead.