test (false, "https", root+"/test1", httpsport, "largefile.txt", 2730088);
System.out.println ("OK");
} finally {
delay();
s1.stop(2);
s2.stop(2);
executor.shutdown ();
}
}
static void test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception {