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

HTTP client support for unwrapped deflate responses #1597

Merged
merged 1 commit into from
Oct 17, 2022
Merged

HTTP client support for unwrapped deflate responses #1597

merged 1 commit into from
Oct 17, 2022

Conversation

guymers
Copy link
Contributor

@guymers guymers commented Oct 15, 2022

The fs2 and ZIO HTTP client backends can now handle decompressing a deflate response that is not wrapped with a ZLIB header.

Before submitting pull request:

  • Check if the project compiles by running sbt compile
  • Verify docs compilation by running sbt compileDocs
  • Check if tests pass by running sbt test
  • Format code by running sbt scalafmt

The fs2 and ZIO HTTP client backends can now handle decompressing a
deflate response that is not wrapped with a ZLIB header.
@adamw adamw merged commit f9362f9 into softwaremill:master Oct 17, 2022
@adamw
Copy link
Member

adamw commented Oct 17, 2022

Thanks!

@guymers guymers deleted the deflate branch October 18, 2022 04:14
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.

2 participants