if len(p.HostIP) > 0 {
        is6 := p.HostIP.To4() == nil
        if is6 {
            ret.WriteRune('[')
        }