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

Ensure Written is set in GZIP ProxyResponseWriter #9018

Merged
merged 4 commits into from
Nov 15, 2019

Commits on Nov 15, 2019

  1. Ensure Written is set in GZIP ProxyResponseWriter

    Fix go-gitea#9001
    
    The GZIP ProxyReponseWriter doesn't currently respond correctly
    to requests about its Written status - leading to go-gitea#9001.
    
    This PR properly reimplements these methods.
    zeripath committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    d0f11ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f7722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d027c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b6f8a View commit details
    Browse the repository at this point in the history