test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java
branchhttp-client-branch
changeset 56619 57f17e890a40
parent 56507 2294c51eae30
child 56795 03ece2518428
equal deleted inserted replaced
56618:e4022357f852 56619:57f17e890a40
    39 
    39 
    40 /*
    40 /*
    41  * @test
    41  * @test
    42  * @bug 8187503
    42  * @bug 8187503
    43  * @summary An example on how to read a response body with InputStream.
    43  * @summary An example on how to read a response body with InputStream.
    44  * @run main/manual -Dtest.debug=true BodyProcessorInputStreamTest
    44  * @run main/othervm/manual -Dtest.debug=true BodyProcessorInputStreamTest
    45  * @author daniel fuchs
    45  * @author daniel fuchs
    46  */
    46  */
    47 public class BodyProcessorInputStreamTest {
    47 public class BodyProcessorInputStreamTest {
    48 
    48 
    49     public static boolean DEBUG = Boolean.getBoolean("test.debug");
    49     public static boolean DEBUG = Boolean.getBoolean("test.debug");