We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3125399 commit 4ee88a2Copy full SHA for 4ee88a2
tencentcloud/connectivity/client.go
@@ -1132,13 +1132,13 @@ func (me *TencentCloudClient) UseTdcpgClient(iacExtInfo ...IacExtInfo) *tdcpg.Cl
1132
}
1133
1134
if me.tdcpgConn != nil {
1135
- me.tdcpgConn.WithHttpTransport(&LogRoundTripper{})
+ me.tdcpgConn.WithHttpTransport(&logRoundTripper)
1136
return me.tdcpgConn
1137
1138
1139
cpf := me.NewClientProfile(300)
1140
me.tdcpgConn, _ = tdcpg.NewClient(me.Credential, me.Region, cpf)
1141
1142
1143
1144
0 commit comments