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

Close all ignored response bodies #70

Merged

Commits on Aug 11, 2021

  1. Close all ignored response bodies

    This fixes several warnings of this form (spotify#65):
    A connection to https://github.com/ was leaked. Did you forget to close a response body?
    
    According to the okhttp documentation:
    "Response bodies must be closed and may be consumed only once"
    https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/body/
    thna123459 committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9a92036 View commit details
    Browse the repository at this point in the history