test/jdk/java/net/httpclient/AbstractNoBody.java
branchhttp-client-branch
changeset 55953 10b34c929b4f
parent 55942 8d4770c22b63
child 55973 4d9b002587db
equal deleted inserted replaced
55950:5e1707e5a254 55953:10b34c929b4f
   147         printStamp(START, "teardown");
   147         printStamp(START, "teardown");
   148         httpTestServer.stop(0);
   148         httpTestServer.stop(0);
   149         httpsTestServer.stop(0);
   149         httpsTestServer.stop(0);
   150         http2TestServer.stop();
   150         http2TestServer.stop();
   151         https2TestServer.stop();
   151         https2TestServer.stop();
   152        printStamp(END, "teardown");
   152         printStamp(END, "teardown");
   153     }
   153     }
   154 
   154 
   155     static final long start = System.nanoTime();
   155     static final long start = System.nanoTime();
   156     static final String START = "start";
   156     static final String START = "start";
   157     static final String END   = "end  ";
   157     static final String END   = "end  ";