Commit 3eced32ea3633b6f2077a4a98e08b5ba7a6ecf99

Nick Wellnhofer 2025-01-29T23:49:56

parser: Fix push parser with encoding and single chunk When push-parsing with an encoding handler, we must convert the whole buffer in the initial conversion. Otherwise, parsing a single chunk larger than ~4KB would fail. Regressed with commit 34c9108f.