func (s *SquidLog) collectReqMethod() {
    if !s.line.hasReqMethod() {
        return
    }
    c, ok := s.mx.ReqMethod.GetP(s.line.reqMethod)