chore: update dns providers libs. (#877)
This commit is contained in:
parent
83618fed79
commit
ac65f6c6a9
180 changed files with 6675 additions and 5000 deletions
5
vendor/github.com/oracle/oci-go-sdk/common/http.go
generated
vendored
5
vendor/github.com/oracle/oci-go-sdk/common/http.go
generated
vendored
|
@ -263,6 +263,11 @@ func addToBody(request *http.Request, value reflect.Value, field reflect.StructF
|
|||
if e != nil {
|
||||
return
|
||||
}
|
||||
|
||||
if defaultLogger.LogLevel() == verboseLogging {
|
||||
Debugf("Marshaled body is: %s\n", string(marshaled))
|
||||
}
|
||||
|
||||
bodyBytes := bytes.NewReader(marshaled)
|
||||
request.ContentLength = int64(bodyBytes.Len())
|
||||
request.Header.Set(requestHeaderContentLength, strconv.FormatInt(request.ContentLength, 10))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue