mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
fix
This commit is contained in:
parent
7623f61ec7
commit
430b0f07cd
1 changed files with 1 additions and 1 deletions
|
|
@ -2446,7 +2446,7 @@ func (s *InboundService) syncWithSlaves(method string, path string, contentType
|
||||||
form.Set(key, fmt.Sprintf("%v", value))
|
form.Set(key, fmt.Sprintf("%v", value))
|
||||||
}
|
}
|
||||||
default:
|
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
|
continue
|
||||||
}
|
}
|
||||||
bodyReader = strings.NewReader(form.Encode())
|
bodyReader = strings.NewReader(form.Encode())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue