8141593: Test RetryHttps timed out intermittently
Summary: Enable debug to expose more information for further evaluation
Reviewed-by: weijun
--- 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;