Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Apr 30, 2024
1 parent 9df06df commit 8d59a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/storage_handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8d59a23

Please sign in to comment.