|
What content encoding (relates to Content-Encoding header) does the In the source code I could not find ("content") much about it. The only info in the docs about content encoding supported I could find is contained in release notes Release 1.3 is about My assumption is that |
Answered by
jluebbe
Dec 9, 2025
Replies: 1 comment
|
For the old full download mode (compiled without streaming), #518 enabled automatic handling of Content-Encoding in curl. With streaming, which uses range requests to fetch the already compressed parts of the bundle, using transport compression wouldn't make sense. |
0 replies
Answer selected by
fkromer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the old full download mode (compiled without streaming), #518 enabled automatic handling of Content-Encoding in curl.
With streaming, which uses range requests to fetch the already compressed parts of the bundle, using transport compression wouldn't make sense.