jdk/test/java/net/httpclient/SplitResponse.java
changeset 38745 be430178b177
parent 37816 b06d70715a79
child 42460 7133f144981a
equal deleted inserted replaced
38744:c4ca9483156d 38745:be430178b177
    31 import java.util.concurrent.CompletableFuture;
    31 import java.util.concurrent.CompletableFuture;
    32 
    32 
    33 /**
    33 /**
    34  * @test
    34  * @test
    35  * @bug 8087112
    35  * @bug 8087112
       
    36  * @key intermittent
    36  * @build Server
    37  * @build Server
    37  * @run main/othervm -Djava.net.HttpClient.log=all SplitResponse
    38  * @run main/othervm -Djava.net.HttpClient.log=all SplitResponse
    38  */
    39  */
    39 
    40 
    40 /**
    41 /**