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: Update middleware-etag to 0.3.0 #342

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Nov 23, 2023

This includes the fix for returning a NoneBody rather than a Sized(0) body, allowing the Compress middleware to just not process our response.

Thanks to @phooijenga for the PR on
https://github.com/chriswk/actix-middleware-etag

Fixes: #341

This includes the fix for returning a NoneBody rather than a Sized(0)
body, allowing the Compress middleware to just not process our response.

Thanks to @phooijenga for the PR on
https://github.com/chriswk/actix-middleware-etag

Fixes: #341
@chriswk chriswk merged commit 23f7001 into main Nov 23, 2023
6 checks passed
@chriswk chriswk deleted the fix/updateEtagMiddleware branch November 23, 2023 12:22
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.

304 Not Modified response includes body
2 participants