Skip to content

Commit 67f5dbb

Browse files
committed
fix: add http opts
1 parent c3d41af commit 67f5dbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/hcops/load_balancer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ func (b *hclbServiceOptsBuilder) extract() {
11251125
return fmt.Errorf("%s: %w", op, err)
11261126
}
11271127
b.httpOpts.TimeoutIdle = &timeout
1128+
b.addHTTP = true
11281129
return nil
11291130
})
11301131

0 commit comments

Comments
 (0)