boris-petrov edited a comment on pull request #166: URL: https://github.com/apache/commons-vfs/pull/166#issuecomment-796842657
> > And why isn't `streamClosed` called in `close` for any of the streams...? > > It is, via `endInput()`, `endRandomAccess()`, `endOutput()`. Sorry, I meant `close` of `DefaultFileContent`. Which "manually" closes all streams but doesn't call `streamClosed` for any of them. Perhaps it's not needed because after closing a `DefaultFileContent`, you're not supposed to use it any more or something. P.S. No, sorry, I saw, it does call it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
