Possible InputStream leak #741
-
I think I found an InputStream which is not closed and this can block the file after the JChannel object is destroyed. Can anyone confirm this issue? I can help with the fix if needed...
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
This is definitely a bug. I guess a simple try()-finally clause wrapping the input stream would fix this... |
Beta Was this translation helpful? Give feedback.
-
OK, should be closed now. The commit is on |
Beta Was this translation helpful? Give feedback.
-
Perfect! |
Beta Was this translation helpful? Give feedback.
OK, should be closed now. The commit is on
master
and5.2.x
branches.