Skip to content

Commit e1dc616

Browse files
committed
Add todos for business metrics
1 parent 7233b71 commit e1dc616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/interceptors/FlexibleChecksumsRequestInterceptor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public class FlexibleChecksumsRequestInterceptor<I>(
6868
// this handles the case where a user inputs a precalculated checksum, but it doesn't match the input checksum algorithm
6969
req.headers.removeAllChecksumHeadersExcept(headerName)
7070

71+
// TODO - business metric
7172
val checksumAlgorithm = checksumAlgorithmName?.toHashFunction() ?: throw ClientException("Could not parse checksum algorithm $checksumAlgorithmName")
7273

7374
if (!checksumAlgorithm.isSupported) {

0 commit comments

Comments
 (0)