test/jdk/java/net/httpclient/NoBodyPartTwo.java
changeset 52121 934969c63223
parent 49765 ee6f7a61f3a5
equal deleted inserted replaced
52120:84fe81feae26 52121:934969c63223
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8161157
    26  * @bug 8161157
    27  * @summary Test response body handlers/subscribers when there is no body
    27  * @summary Test response body handlers/subscribers when there is no body
    28  * @library /lib/testlibrary http2/server
    28  * @library /test/lib http2/server
    29  * @build jdk.testlibrary.SimpleSSLContext
    29  * @build jdk.test.lib.net.SimpleSSLContext
    30  * @modules java.base/sun.net.www.http
    30  * @modules java.base/sun.net.www.http
    31  *          java.net.http/jdk.internal.net.http.common
    31  *          java.net.http/jdk.internal.net.http.common
    32  *          java.net.http/jdk.internal.net.http.frame
    32  *          java.net.http/jdk.internal.net.http.frame
    33  *          java.net.http/jdk.internal.net.http.hpack
    33  *          java.net.http/jdk.internal.net.http.hpack
    34  * @run testng/othervm
    34  * @run testng/othervm