func (w *WebLog) collectVhost() {
    if !w.line.hasVhost() {
        return
    }
    c, ok := w.mx.ReqVhost.GetP(w.line.vhost)