func (w *WebLog) collectPort() {
    if !w.line.hasPort() {
        return
    }
    c, ok := w.mx.ReqPort.GetP(w.line.port)