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 {