mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Unlike pure-java prepared dictionary, in native prepared dictionaries source data is not copied, but referenced. Likely because of copy-paste, `raw_data` field was not populated. PiperOrigin-RevId: 944339020