]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - tls.go
Unused variable
[tofuproxy.git] / tls.go
diff --git a/tls.go b/tls.go
index b73d42eebfd29f5242135d3927b5d30c14e7caf5..a1283c5771c54964cd40a008e9784b8d9709552d 100644 (file)
--- 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{}