test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java
changeset 50681 4254bed3c09d
parent 49944 4690a2871b44
child 56795 03ece2518428
equal deleted inserted replaced
50678:818a23db260c 50681:4254bed3c09d
    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");