Searched refs:POST_SIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DFixedLengthInputStream.java45 static final long POST_SIZE = 4L * 1024L * 1024L * 1024L; // 4Gig field in class:FixedLengthInputStream
55 uc.setFixedLengthStreamingMode(POST_SIZE);
64 long times = POST_SIZE / thirtyTwoK;
94 httpServer.createContext("/flis/", new MyHandler(POST_SIZE));

Completed in 176 milliseconds