comment changes
This commit is contained in:
parent
064237a5b8
commit
dc921b8c65
@ -203,7 +203,7 @@ func (server *APIServer) handleMinionReq(w http.ResponseWriter, req *http.Reques
|
||||
minionHost := path[:idx]
|
||||
_, port, _ := net.SplitHostPort(minionHost)
|
||||
if port == "" {
|
||||
// No port information
|
||||
// Couldn't retrieve port information
|
||||
// TODO: Retrieve port info from a common object
|
||||
minionHost += ":10250"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user