func (s *SquidLog) collectMimeType() {
    if !s.line.hasMimeType() {
        return
    }
    c, ok := s.mx.MimeType.GetP(s.line.mimeType)