Skip to content

Commit 5a269ee

Browse files
committed
add
1 parent 1bf3374 commit 5a269ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/connectivity/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,13 +1132,13 @@ func (me *TencentCloudClient) UseTdcpgClient(iacExtInfo ...IacExtInfo) *tdcpg.Cl
11321132
}
11331133

11341134
if me.tdcpgConn != nil {
1135-
me.tdcpgConn.WithHttpTransport(&LogRoundTripper{})
1135+
me.tdcpgConn.WithHttpTransport(&logRoundTripper)
11361136
return me.tdcpgConn
11371137
}
11381138

11391139
cpf := me.NewClientProfile(300)
11401140
me.tdcpgConn, _ = tdcpg.NewClient(me.Credential, me.Region, cpf)
1141-
me.tdcpgConn.WithHttpTransport(&LogRoundTripper{})
1141+
me.tdcpgConn.WithHttpTransport(&logRoundTripper)
11421142

11431143
return me.tdcpgConn
11441144
}

0 commit comments

Comments
 (0)