Skip to content

Commit a59f733

Browse files
kokeszliang-akamai
andauthored
Update client.go
Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
1 parent f042ec4 commit a59f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ func generateListCacheURL(endpoint string, opts *ListOptions) (string, error) {
881881
return fmt.Sprintf("%s:%s", endpoint, hashedOpts), nil
882882
}
883883

884-
func isCustomTransport(hc *http.Client) bool {
884+
func hasCustomTransport(hc *http.Client) bool {
885885
if hc == nil {
886886
return false
887887
}

0 commit comments

Comments
 (0)