From 45cbfba25313a735d1c41a92f0503b371c4f86c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 13 Feb 2009 13:57:52 +0000
Subject: [PATCH] Comment out delay on logout

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1264 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/sp/SingleLogoutService.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/saml2/sp/SingleLogoutService.php b/www/saml2/sp/SingleLogoutService.php
index 037e39b49..e38daf959 100644
--- a/www/saml2/sp/SingleLogoutService.php
+++ b/www/saml2/sp/SingleLogoutService.php
@@ -22,7 +22,8 @@ if (isset($session) ) {
 	$session->clean();
 }
 
-	sleep(max(0, rand(-3,5))*5);
+# sleep(max(0, rand(-3,5))*5);
+
 
 if (isset($_GET['SAMLRequest'])) {
 
-- 
GitLab