From 7101530b22c907e1077e52a8c2822d8d1bd38fb4 Mon Sep 17 00:00:00 2001 From: arraykeys Date: Fri, 22 Jun 2018 21:19:09 +0800 Subject: [PATCH] no message --- utils/functions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/functions.go b/utils/functions.go index 8943a2a..0b6e894 100755 --- a/utils/functions.go +++ b/utils/functions.go @@ -119,7 +119,6 @@ func getRequestTlsConfig(certBytes, keyBytes, caCertBytes []byte) (conf *tls.Con caBytes := certBytes if caCertBytes != nil { caBytes = caCertBytes - } ok := serverCertPool.AppendCertsFromPEM(caBytes) if !ok {