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

feat: wrap GZIPInputStream for connection reuse #840

Merged
merged 3 commits into from
Oct 18, 2019

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    abf01a5 View commit details
    Browse the repository at this point in the history
  2. feat: wrap GZIPInputStream for connection reuse

    If a connection is closed and there are some bytes that have not
    been read that connection can't be reused. Now GZIPInputStream
    will have all of its bytes read on close automatically to promote
    connection reuse.
    
    Cherry-picked: googleapis#749
    Fixes: googleapis#367
    codyoss committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    756987a View commit details
    Browse the repository at this point in the history
  3. address comments from PR

    codyoss committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    787976a View commit details
    Browse the repository at this point in the history