We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bb5ff commit e08055eCopy full SHA for e08055e
runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/compression/GzipTestUtilsNative.kt
@@ -24,7 +24,7 @@ public actual fun decompressGzipBytes(bytes: ByteArray): ByteArray {
24
return bytes
25
}
26
27
- val decompressedBuffer = UByteArray(bytes.size * 2).pin() // Initial guess for decompressed size (may expand)
+ val decompressedBuffer = UByteArray(bytes.size * 2).pin()
28
29
memScoped {
30
val zStream = alloc<z_stream>()
0 commit comments