lix/doc/manual/rl-next/content-encodings.md
eldritch horrors 10488f7431 libstore: use curl content-encoding support, not our own
let's use the automatic decoding functions curl provides instead of
implementing them ourselves for the dubious ability to support both
xz and bzip2 encodings as well, neither of which anything will send

Change-Id: I3edfebeb596a0e9d5c986efca9270501c996f2dd
2024-10-28 18:52:49 +00:00

652 B

synopsis category cls credits
Drop support for `xz` and `bzip2` Content-Encoding Miscellany
2134
horrors

Lix no longer supports the non-standard HTTP Content-Encoding values xz and bzip2. We do not expect this to cause any problems in practice since these encodings aren't standard, and any server delivering them anyway without being asked to is already well and truly set on the path of causing inexplicable client breakages.

Lix's ability to decompress files compressed with xz or bzip2 is unaffected. We're only bringing Lix more in line with the HTTP standard; all post-transfer data handling remains as it was before.