This commit is contained in:
Дмитрий Саенко 2025-10-23 15:50:29 +03:00
parent 7623f61ec7
commit 430b0f07cd

View file

@ -2446,7 +2446,7 @@ func (s *InboundService) syncWithSlaves(method string, path string, contentType
form.Set(key, fmt.Sprintf("%v", value))
}
default:
logger.Warningf("Unsupported body type for form encoding on server %s", server.Name)
logger.Warningf("Unsupported body type: %T for form encoding on server %s", v, server.Name)
continue
}
bodyReader = strings.NewReader(form.Encode())