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

Explicitly close input stream in CompoundJarURLStreamHandler #4063

Commits on Aug 11, 2016

  1. Explicitly close input stream in CompoundJarURLStreamHandler

    This commit ensures that the stream which is opened for a `URL` within
    `CompoundJarURLStreamHandler` is explicitly closed before it falls out
    of scope.  Previously, the stream would still eventually be closed but
    only after Garbage Collection.
    camlow325 committed Aug 11, 2016
    Copy the full SHA
    d9b9a19 View commit details
    Browse the repository at this point in the history