From: Sergey Matveev Date: Sat, 12 Aug 2023 12:09:35 +0000 (+0300) Subject: Unused variable X-Git-Tag: v0.4.0~3 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=c7e52d9ed08d77918d2c77f594772d7afb328a6c;p=tofuproxy.git Unused variable --- diff --git a/tls.go b/tls.go index b73d42e..a1283c5 100644 --- a/tls.go +++ b/tls.go @@ -34,7 +34,6 @@ var ( TLSNextProtoS = make(map[string]func(*http.Server, *tls.Conn, http.Handler)) CACert *x509.Certificate CAPrv crypto.PrivateKey - sessionCache = tls.NewLRUClientSessionCache(1024) ) type Handler struct{}