in util/util.go [123:128]
func ConstructIPPortString(ip, port, protocol string) string { if protocol != "https" { protocol = "http" } return ip + "#" + port + "#" + protocol }