提交 38dca2ad 编写于 作者: X xuelei

6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException

Summary: make the test robust
Reviewed-by: weijun
上级 1032b8f6
......@@ -136,6 +136,7 @@ public class B6216082 {
server.getLocalPort(), "/");
HttpURLConnection uc = (HttpURLConnection)url.openConnection();
System.out.println(uc.getResponseCode());
uc.disconnect();
} catch (IOException e) {
e.printStackTrace();
} finally {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册