Skip to content

Commit 5a47c87

Browse files
committed
fix: add http opts
1 parent f0ede37 commit 5a47c87

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)