Open knalli opened 1 year ago
If the closing fails -- technically: if processAndShip() fails -- then the actual wrapped stream will not be closed anymore resulting in a resource leak and non-closed connection.
processAndShip()
If the closing fails -- technically: if
processAndShip()
fails -- then the actual wrapped stream will not be closed anymore resulting in a resource leak and non-closed connection.