From 8d59a23b643c7169536e9619bea2adde7c00c078 Mon Sep 17 00:00:00 2001 From: Tulsi Shah Date: Tue, 30 Apr 2024 10:27:02 +0000 Subject: [PATCH] review comment --- internal/storage/storage_handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storage/storage_handle.go b/internal/storage/storage_handle.go index 003d7286ee..e2d51551ff 100644 --- a/internal/storage/storage_handle.go +++ b/internal/storage/storage_handle.go @@ -176,7 +176,7 @@ func NewStorageHandle(ctx context.Context, clientConfig storageutil.StorageClien return } - // TODO: Verify that clientConfig controls the client protocol even when HTTP is available. + // TODO: We will implement an additional check for the HTTP control client protocol once the Go SDK supports HTTP. if clientConfig.EnableHNS { controlClient, err = createGRPCControlClientHandle(ctx, &clientConfig) if err != nil {