Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[compress] Fix range-request false #11975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

masaori335
Copy link
Contributor

@masaori335 masaori335 commented Jan 20, 2025

Prior to the change, the range-request config controls compress plugin to skip compression if Range request. However, this makes unexpected behavior once the object is cached without Range request.

To fix the case, this removes Range header if client send both of Accept-Encoding and Range header.

@masaori335 masaori335 added the compress compress plugin label Jan 20, 2025
@masaori335 masaori335 added this to the 10.1.0 milestone Jan 20, 2025
@masaori335 masaori335 self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compress compress plugin
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant