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

Fix incorrect Accept-Encoding header combinations in Accepts::as_str #2271

Merged
merged 1 commit into from May 1, 2024

Conversation

lenstr
Copy link
Contributor

@lenstr lenstr commented May 1, 2024

This pull request addresses a bug in the Accepts::as_str method where incorrect header combinations were returned for certain configurations. Specifically, the method incorrectly included 'zstd' in some combinations where it should not have been.

Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks!

@seanmonstar seanmonstar merged commit c654bb0 into seanmonstar:master May 1, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants