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: do not use "Content-Encoding" header as buffer encoding #3

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

kettanaito
Copy link
Contributor

The Content-Encoding response header is not the same thing as the Buffer encoding in Node.js. Using it as the Buffer encoding will throw (e.g. Content-Encoding: gzip).

@kettanaito kettanaito merged commit 1f57355 into main Oct 12, 2023
1 check passed
@kettanaito kettanaito deleted the fix/content-encoding branch October 12, 2023 10:38
@kettanaito
Copy link
Contributor Author

Released: v0.1.2 🎉

This has been released in v0.1.2!

Make sure to always update to the latest version (npm i @har-tools/http-message@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

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.

1 participant