func (w *WebLog) collectReqProto() {
    if !w.line.hasReqProto() {
        return
    }
    c, ok := w.mx.ReqVersion.GetP(w.line.reqProto)