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

HttpCompressionMiddleware tries to decode HEAD responses #1899

Closed
ArturGaspar opened this issue Mar 31, 2016 · 1 comment
Closed

HttpCompressionMiddleware tries to decode HEAD responses #1899

ArturGaspar opened this issue Mar 31, 2016 · 1 comment
Milestone

Comments

@ArturGaspar
Copy link
Contributor

The middleware tries to decode the body of HEAD responses, which are not expected to have a message body.

redapple added a commit that referenced this issue Jun 6, 2016
[MRG+1] Fix issue HttpCompressionMiddleware tries to decode HEAD responses #1899
@redapple redapple added this to the v1.1.1 milestone Jul 13, 2016
@redapple
Copy link
Contributor

Fixed in #2008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants