mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
* perf: avoid unnecessary copying * fix: set `tr_variant_serde::end_` in `parse_json()` * test: `tr_variant_serde::end()` * fix: compensate for innate read cursor offset of `rapidjson::AutoUTFInputStream` * fix: stop parsing json after parsing a complete json root This matches the benc parser's behaviour * fixup! fix: stop parsing json after parsing a complete json root