Skip to content

Fix gzip compression when running on .NET core #2154

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

Merged
merged 1 commit into from
Jul 12, 2016
Merged

Fix gzip compression when running on .NET core #2154

merged 1 commit into from
Jul 12, 2016

Conversation

gmarz
Copy link
Contributor

@gmarz gmarz commented Jul 11, 2016

  • Content-Encoding was being added to the wrong header
  • Stream was being closed pre-maturely

Closes #2150

 - Content-Encoding was being added to the wrong header
 - Stream was being closed pre-maturely

Closes #2150
@Mpdreamz
Copy link
Member

LGTM

@Mpdreamz Mpdreamz merged commit ee75316 into 2.x Jul 12, 2016
@Mpdreamz Mpdreamz deleted the fix/2150 branch July 12, 2016 12:33
gmarz added a commit that referenced this pull request Jul 12, 2016
- Content-Encoding was being added to the wrong header
 - Stream was being closed pre-maturely

Closes #2150
@gmarz
Copy link
Contributor Author

gmarz commented Jul 12, 2016

Ported to master.

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