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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ internal class AwsChunkedReader(
60
60
/**
61
61
* Tracks the number of bytes used for chunk metadata.
62
62
* This includes chunk headers, terminators (CRLF), and trailers.
63
-
* Used to calculate the actual payload bytes transferred by subtracting metadata bytes from the total bytes read.
63
+
* Used to calculate the content bytes transferred by subtracting metadata bytes from the total bytes read.
0 commit comments