Closed renggli closed 2 years ago
In XML streams, if entities happen to cross a chunk, the decoding is missed.
Example:
Stream.ofIterable(['&', 'amp', ';'])
In XML streams, if entities happen to cross a chunk, the decoding is missed.
Example: