add TODO to investigate. Double closing of stream most often is ignored.

This commit is contained in:
davotoula
2025-09-08 16:52:24 +02:00
parent adc4aa7906
commit 8f623ebb91

View File

@@ -93,6 +93,7 @@ abstract class OpCrypto internal constructor() : OpUnary() {
count = inputStream.read(chunk, 0, 1048576)
}
// TODO: Is this needed? Closing of stream should be callers responsibility?
inputStream.close()
val hash = digest.digest()