提交 a153651b 编写于 作者: C chegar

7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently

Reviewed-by: chegar
Contributed-by: NMichael Cui <michael.cui@oracle.com>
上级 3e95dbf4
...@@ -68,7 +68,7 @@ public class Test { ...@@ -68,7 +68,7 @@ public class Test {
try { try {
InetSocketAddress addr = new InetSocketAddress (0); InetSocketAddress addr = new InetSocketAddress (0);
s1 = HttpServer.create (addr, 0); s1 = HttpServer.create (addr, 100);
HttpHandler h = new Handler (); HttpHandler h = new Handler ();
HttpContext c1 = s1.createContext ("/", h); HttpContext c1 = s1.createContext ("/", h);
s1.setExecutor(exec); s1.setExecutor(exec);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册