Remove support for TLS session caches in TLSServerSocket.

This resolves #738
This commit is contained in:
wolfbeast 2018-09-01 23:45:10 +02:00 committed by Roy Tam
commit e2e197cada
10 changed files with 15 additions and 43 deletions

View file

@ -77,7 +77,6 @@ function startServer(cert, rc4only) {
onStopListening: function() {}
};
tlsServer.setSessionCache(false);
tlsServer.setSessionTickets(false);
tlsServer.setRequestClientCertificate(Ci.nsITLSServerSocket.REQUEST_NEVER);
if (rc4only) {