func (w *WebLog) collectSSLProto() {
    if !w.line.hasSSLProto() {
        return
    }
    c, ok := w.mx.ReqSSLProto.GetP(w.line.sslProto)