Skip to content

Conversation

joshtrichards
Copy link
Member

Summary

This is a mixture of a fix and an enhancement.

In the HTTP client, previously we forced Accept-Encoding to gzip but it's possible for a local curl:

  • not to have been built with gzip
  • to support additional encoding types

In most cases this won't change behavior (i.e. gzip will still be used). In others, the specific server/client combo will simply choose something "better".

Notes:

Checklist

Previously we forced it to gzip but it's possible for a local curl:

- not to have been built with gzip
- to support additional encoding types

In most cases this won't change behavior (i.e. gzip will still be used). 

Signed-off-by: Josh <josh.t.richards@gmail.com>
@joshtrichards joshtrichards added this to the Nextcloud 32 milestone Jun 19, 2025
@joshtrichards joshtrichards requested a review from a team as a code owner June 19, 2025 14:06
@joshtrichards joshtrichards requested review from nfebe and skjnldsv and removed request for a team June 19, 2025 14:06
@joshtrichards joshtrichards added the 3. to review Waiting for reviews label Jun 19, 2025
This was referenced Aug 22, 2025
This was referenced Sep 2, 2025
This was referenced Sep 25, 2025
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants