Files
lix/doc/manual/rl-next/curl-http2-decompression-fix.md
T
eldritch horrors bba678e5c5 libstore: don't use curl decompression support
it's broken with http2 and transfer flow control. cf fj#662

Change-Id: Iaf6312bfcefa18d168faef47f57481199dd30b8d
2025-03-08 20:58:34 +01:00

586 B

synopsis, cls, category, credits
synopsis cls category credits
Fix curl error `A value or data field grew larger than allowed`
2780
Fixes horrors

2.92 started using curl-provided HTTP decompression code, but it as discovered that curl has a bug that effectively breaks its decompression code on HTTP/2 transfers. We have partially rolled back our changes and no longer use builtin decompression methods provided by curl, but have kept the refusal of bzip2 and xz content encodings introduced with 2.92 since they are not in the HTTP spec.