You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/internal/AwsChunkedReader.kt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,6 @@ internal class AwsChunkedReader(
73
73
internalsuspendfunensureValidChunk(): Boolean {
74
74
// check if the current chunk is still valid
75
75
if (chunk.size >0L) {
76
-
// reset metadata bytes counter as only first read of a chunk contains metadata
77
-
chunkMetadataBytes =0L
78
76
returntrue
79
77
}
80
78
@@ -188,7 +186,7 @@ internal class AwsChunkedReader(
0 commit comments