8141593: Test RetryHttps timed out intermittently
authorxuelei
Mon, 07 Dec 2015 03:35:24 +0000
changeset 34437 18ec27765b99
parent 34436 33c20335507c
child 34438 9ecd0f296185
8141593: Test RetryHttps timed out intermittently Summary: Enable debug to expose more information for further evaluation Reviewed-by: weijun
jdk/test/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java
--- a/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java	Fri Dec 04 12:28:09 2015 -0800
+++ b/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java	Mon Dec 07 03:35:24 2015 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -69,7 +69,7 @@
     /*
      * Turn on SSL debugging?
      */
-    static boolean debug = false;
+    static boolean debug = true;
 
     private SSLServerSocket sslServerSocket = null;